Authenticated encryption with PyCrypto

Paul Rubin no.email at nospam.invalid
Tue Jan 26 14:45:14 EST 2010


Daniel <millerdev at gmail.com> writes:
> Of course, it does not meet all of the requirements set forth by the
> OP in the referenced thread (the pycrypto dependency is a problem),
> but it is an attempt to provide a simple interface for performing
> strong, password-based encryption. Are there already modules out there
> that provide such a simple interface? If there are, they seem to be
> hiding somewhere out of Google's view.

http://www.nightsong.com/phr/crypto/p3.py

I need to update it to handle 64-bit OS's and use Python 3.x-style print
statements, but that is pretty trivial.



More information about the Python-list mailing list