Cryptographic modules for Python
http://www.pycrypto.org/
The package contains:
* Hash functions: MD2, MD4, RIPEMD, SHA256.
* Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES,
Triple-DES, IDEA, RC5.
* 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.
* Some demo programs (currently all quite old and outdated).
- Links to openSUSE:Leap:15.0 / python-pycrypto
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:monitoring/python-pycrypto && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
CVE-2013-7459.patch | 0000003947 3.85 KB | |
ignore-fastmath-warning.diff | 0000000509 509 Bytes | |
pycrypto-2.6.1.tar.gz | 0000446240 436 KB | |
python-pycrypto.changes | 0000008951 8.74 KB | |
python-pycrypto.spec | 0000002678 2.62 KB | |
use-time-process-time.patch | 0000001002 1002 Bytes |
Latest Revision
Lars Vogdt (lrupp)
accepted
request 790527
from
John Vandenberg (jayvdb)
(revision 3)
- Support Python 3.8 by adapting use-time-process-time.patch from https://github.com/dlitz/pycrypto/pull/296
Comments 0