1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: python-crypto
Section: python
Priority: optional
Maintainer: Andreas Rottmann <rotty@debian.org>
Build-Depends: cdbs, debhelper (>= 4.1.29), python, python2.1-dev, python2.2-dev, python2.3-dev, ed, tetex-bin, tetex-extra
Standards-Version: 3.6.1
Package: python-crypto
Architecture: any
Depends: python (>= 2.3), python (<< 2.4), python2.3-crypto
Description: cryptographic algorithms and protocols for Python
A collection of cryptographic algorithms and protocols, implemented
for use from Python. Among the contents of the package:
.
* Hash functions: MD2, MD4.
* Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
* Stream encryption algorithms: ARC4, simple XOR.
* Public-key algorithms: RSA, DSA, ElGamal, qNEW.
* Protocols: All-or-nothing transforms, chaffing/winnowing.
* Miscellaneous: RFC1751 module for converting 128-key keys
into a set of English words, primality testing.
.
This is an empty dummy package that always depends on a package built
for Debian's default Python version.
Package: python2.1-crypto
Architecture: any
Depends: ${shlibs:Depends}, python2.1
Description: cryptographic algorithms and protocols for Python
A collection of cryptographic algorithms and protocols, implemented
for use from Python. Among the contents of the package:
.
* Hash functions: MD2, MD4.
* Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
* Stream encryption algorithms: ARC4, simple XOR.
* Public-key algorithms: RSA, DSA, ElGamal, qNEW.
* Protocols: All-or-nothing transforms, chaffing/winnowing.
* Miscellaneous: RFC1751 module for converting 128-key keys
into a set of English words, primality testing.
Package: python2.2-crypto
Architecture: any
Depends: ${shlibs:Depends}, python2.2
Description: cryptographic algorithms and protocols for Python
A collection of cryptographic algorithms and protocols, implemented
for use from Python. Among the contents of the package:
.
* Hash functions: MD2, MD4.
* Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
* Stream encryption algorithms: ARC4, simple XOR.
* Public-key algorithms: RSA, DSA, ElGamal, qNEW.
* Protocols: All-or-nothing transforms, chaffing/winnowing.
* Miscellaneous: RFC1751 module for converting 128-key keys
into a set of English words, primality testing.
Package: python2.3-crypto
Architecture: any
Depends: ${shlibs:Depends}, python2.3
Description: cryptographic algorithms and protocols for Python
A collection of cryptographic algorithms and protocols, implemented
for use from Python. Among the contents of the package:
.
* Hash functions: MD2, MD4, SHA256.
* Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
* Stream encryption algorithms: ARC4, simple XOR.
* Public-key algorithms: RSA, DSA, ElGamal, qNEW.
* Protocols: All-or-nothing transforms, chaffing/winnowing.
* Miscellaneous: RFC1751 module for converting 128-key keys
into a set of English words, primality testing.
|