This is the mail archive of the
cygwin-apps
mailing list for the Cygwin project.
[ITP] pycrypto-2.0.1-1 -- Cryptographic algorithms and protocols for Python
- From: Jari Aalto <jari dot aalto at cante dot net> (Cygwin-wnpp#20060212T0116)
- To: cygwin-apps at cygwin dot com
- Date: Sun, 12 Feb 2006 01:43:05 +0200
- Subject: [ITP] pycrypto-2.0.1-1 -- Cryptographic algorithms and protocols for Python
python-crypto library is needed for bzr (distributed version control)
to work over SSH transport. Here is package for review. Included in
major distros.
http://packages.debian.org/stable/python/python-crypto
Jari
sdesc: "Cryptographic algorithms and protocols for Python"
ldesc: "A collection of cryptographic algorithms and protocols,
implemented for use from Python. Among the contents of the package:
MD2, MD4, AES, ARC2, Blowfish, CAST, DES, Triple-DES, ARC4, simple
XOR, RSA, DSA, ElGamal, qNEW and RFC1751 module for converting 128-key
keys."
category: Lib
requires: cygwin python
Homepage: http://www.amk.ca/python/code/crypto.html
1) manual download
wget \
http://cygwin.cante.net/pycrypto/pycrypto-2.0.1-1.tar.bz2.sig \
http://cygwin.cante.net/pycrypto/pycrypto-2.0.1-1.tar.bz2 \
http://cygwin.cante.net/pycrypto/pycrypto-2.0.1-1-src.tar.bz2.sig \
http://cygwin.cante.net/pycrypto/pycrypto-2.0.1-1-src.tar.bz2 \
http://cygwin.cante.net/pycrypto/setup.hint
2) automated; get.sh will print further instructions
gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8
mkdir pycrypto ; cd pycrypto
rm -f get.sh get.sh.sig
wget -q http://cygwin.cante.net/pycrypto/get.sh \
http://cygwin.cante.net/pycrypto/get.sh.sig
gpg --verify get.sh.sig get.sh &&
sh get.sh
cd /usr/src/cygwin-packages/pycrypto
less /usr/src/cygwin-packages/pycrypto/get.sh
tar jtvf /usr/src/cygwin-packages/pycrypto/pycrypto-2.0.1-1.tar.bz2