website: http://www.freenet.org.nz/python/SSLCrypto

SSLCrypto is a high-performance, high-security and easy-to-use
cryptography API for Python.

It was written as a replacement for ezPyCrypto. SSLCrypto has
a very similar API, but delivers vastly improved performance,
by using the OpenSSL encryption library.

The 'key' class works essentially the same as that in ezPyCrypto,
except that an additional global function, 'randomseed()', has been
added.

Note however that the internal structure of streams, keys and
signatures has changed substantially, so unfortunately SSLCrypto
is not inter-operable with ezPyCrypto.

But if you change your code to import and use SSLCrypto instead of
ezPyCrypto, you should get it working without too much trouble.

Notice that the examplen.py files are exactly the same as those in
ezPyCrypto, except that 'ezPyCrypto' is replaced with 'SSLCrypto'.


For installation instructions, see the file INSTALL

For licensing info, see the file LICENSE

