Advanced Encryption Suite - http://sourceforge.net/projects/pyaes/
Implementations of the SHA256, AES and several CSPRNGs in pure Python. [Open Source, BSD-like] |
auth-modules - http://www.chrisarndt.de/en/software/python/#auth
A module collection for password authentication purposes and user database management. [Open source] |
CryptKit - http://sourceforge.net/projects/cryptkit/
A Cryptographic Toolkit for Python, which, among others, provides access to the SHA256, AES and ellipcitic curves algorithms. [Open Source, BSD-like] |
ezPyCrypto - http://www.freenet.org.nz/ezPyCrypto/
A wrapper around the PyCrypto library to provide a high-level, easy-to-use interface to encryption technology. [Open Source, GPL] |
M2Crypto - http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto
A Python interface to OpenSSL's crypto, SSL and S/MIME functionality. [Open Source, BSD-like] |
mxCrypto - http://www.egenix.com/files/python/mxCrypto.html
Wrappers for OpenSSL's cryptographic algorithms. [Open Source] |
Pisces - http://www.cnri.reston.va.us/software/pisces/
Python implementation of the SPKI Certificate standard. [Open Source, Python License] |
pyOpenSSL - http://pyopenssl.sourceforge.net/
Python interface to the OpenSSL library. [Open Source, LGPL] |
Python Cryptography Toolkit - http://www.amk.ca/python/code/crypto.html
A collection of cryptographic algorithms and protocols, implemented for use from Python. [Open Source, Python license] |
Python mcrypt wrapper - http://sourceforge.net/projects/python-mcrypt
Python-mcrypt is a Python interface to the mcrypt library, which provides a uniform interface to several symmetric encryption algorithms. [Open Source, LGPL] |