You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Fedora Release Engineering 76b0def840
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
.gitignore Rebuild with re-rolled upstream tarball 14 years ago
README.md Document that this software is unmaintained upstream 3 years ago
pycrypto-2.6.1-CVE-2013-7459.patch Fix for CVE-2013-7459 8 years ago
pycrypto-2.6.1-CVE-2018-6594.patch Backport of fix for CVE-2018-6594 from pycryptodome 7 years ago
pycrypto-2.6.1-drop-py2.1-support.patch Replace the user-space RNG with a thin wrapper to os.urandom 6 years ago
pycrypto-2.6.1-unbundle-libtomcrypt.patch Unbundle libtomcrypt (#1087557) 11 years ago
pycrypto-2.6.1-use-os-random.patch Replace the user-space RNG with a thin wrapper to os.urandom 6 years ago
python-crypto-2.4-fix-pubkey-size-divisions.patch Add python3-crypto subpackage (#748529) 13 years ago
python-crypto-2.4-optflags.patch Update to 2.4 13 years ago
python-crypto-2.6.1-SyntaxWarning.patch Get rid of a SyntaxWarning in test_random.py 3 years ago
python-crypto-2.6.1-link.patch log() not available in libgmp, need libm too 7 years ago
python-crypto-2.6.1-no-distutils.patch Drop use of deprecated distutils, going away in Python 3.12 3 years ago
python-crypto-2.6.1-python3.10.patch Update Python 3.10 patch to work on arches other than x86 4 years ago
python-crypto-2.6.1-python3.11.patch Fix Python 3.11 compatibility (#2021808) 3 years ago
python-crypto-2.6.1-python3only.patch Convert all code to Python 3 before the ability to use 2to3 goes away 3 years ago
python-crypto.rpmlintrc Rename .rpmlint ⇒ python-crypto.rpmlintrc 4 years ago
python-crypto.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild 2 years ago
sources Update to 2.6.1 11 years ago

README.md

PyCrypto - The Python Cryptography Toolkit

This software is no longer maintained

See upstream notice at https://www.pycrypto.org/

PyCrypto 2.x is unmaintained and obsolete. Known security vulnerabilities have been patched downstream by backporting code from PyCryptodome (see below).

Please choose one of the following alternatives:

Cryptography

  • Recommended for new applications
  • Newer API with fewer gotchas

PyCryptodome

  • Recommended for existing software that depends on PyCrypto
  • Fork of PyCrypto - most applications should run unmodified