Revision 1 as of 2008-06-16 12:56:50

Clear message

Cryptography

Python includes several modules for [http://www.python.org/doc/lib/module-hashlib.html hashing] and even basic [http://www.python.org/doc/lib/module-socket.html ssl support] which is integrated into the socket module.

For more serious cryptography work, have a look at the following extension modules.

Interfaces to OpenSSL

[http://www.openssl.org/ OpenSSL] is an open-source library that implements SSL and comes with a large number of very fast crypto and hash algorithm implementations.

Stand-alone Cryptographic Libraries

Resources

Unable to edit the page? See the FrontPage for instructions.