Python Cryptography Toolkit 2.0.1
Python-Modul mit einer Sammlung kryptographischer Algorithmen und Protokolle.
Download und Installation
cd /opt/python/Python-2.4.4/Extensions wget http://www.amk.ca/files/python/crypto/pycrypto-2.0.1.tar.gz tar xzf pycrypto-2.0.1.tar.gz cd pycrypto-2.0.1 /opt/python/Python-2.4.4/bin/python setup.py build /opt/python/Python-2.4.4/bin/python setup.py install