pycryptodome · PyPI
https://pypi.org/project/pycryptodome04.12.2021 · All modules are installed under the Crypto package. Check the pycryptodomex project for the equivalent library that works under the Cryptodome package. PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1), for instance: Authenticated encryption modes (GCM, CCM, EAX, SIV ...
pycrypto · PyPI
https://pypi.org/project/pycrypto17.10.2013 · Cryptographic modules for Python. Project description Python Cryptography Toolkit (pycrypto) This is a collection of both secure hash functions (such as SHA256 and RIPEMD160), and various encryption algorithms (AES, DES, RSA, ElGamal, etc.). The package is structured to make adding new modules easy.