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.
python-crypto/README.md

22 lines
684 B

## 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](https://src.fedoraproject.org/rpms/python-cryptography)
* Recommended for new applications
* Newer API with fewer gotchas
[PyCryptodome](https://src.fedoraproject.org/rpms/python-pycryptodomex)
* Recommended for existing software that depends on PyCrypto
* Fork of PyCrypto - most applications should run unmodified