Meta Configuration of Package python-crypto
1
<package name="python-crypto" project="devel:python">
2
<title>Collection of cryptographic algorithms and protocols, implemented for use from Python</title>
3
<description>The package contains: * Hash functions: MD2, MD4, RIPEMD, SHA256.
4
5
* Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES,
6
Triple-DES, IDEA, RC5.
7
8
* Stream encryption algorithms: ARC4, simple XOR.
9
10
* Public-key algorithms: RSA, DSA, ElGamal, qNEW.
11
12
* Protocols: All-or-nothing transforms, chaffing/winnowing.
13
14
* Miscellaneous: RFC1751 module for converting 128-key keys into a
15
set of English words, primality testing.
16
17
* Some demo programs (currently all quite old and outdated).
18
</description>
19
</package>
20