NCrypt is a python wrapper for OpenSSL built using Pyrex.
To compile from source you'll need OpenSSL and Pyrex installed.
Warning: The Pyrex generated code generates a HUGE number of compiler warnings.
Linux:
python setup.py build python setup.py install
Win32:
python setup.py --openssl-dir=c:\openssl build python setup.py install
Usage examples are available here.
A mailing list has been setup at ncrypt-users@tachyon.in. Go here to subscribe. The list archives are available here.