Direkt zum Inhalt Direkt zur Navigation

Veit Schiele Kommunikationsdesign

Python Cryptography Toolkit 2.0.1

Autor: Veit Schiele
Zuletzt verändert: 10.05.2007 19:59
Rechte: © Veit Schiele 2006

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