This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] python-crypto 2.0.1 -- Cryptographic algorithms and protocols for Python


Included inDebian stable

  http://packages.debian.org/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: Libs
requires: cygwin python

a) manual

  wget        \
    http://cygwin.cante.net/python-crypto/python-crypto-2.0.1-1-src.tar.bz2 \
    http://cygwin.cante.net/python-crypto/python-crypto-2.0.1-1.tar.bz2 \
    http://cygwin.cante.net/python-crypto/setup.hint

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir python-crypto ; cd python-crypto
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/python-crypto/get.sh \
          http://cygwin.cante.net/python-crypto/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

  cd /usr/src/cygwin-packages/python-crypto
  less /usr/src/cygwin-packages/python-crypto/get.sh
  tar -jtvf /usr/src/cygwin-packages/python-crypto/python-crypto-2.0.1-1.tar.bz2

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]