pycryptodomex: pycryptodomex (Python Cryptography Toolkit) pycryptodomex: pycryptodomex: PyCryptodome is a self-contained Python package of low-level pycryptodomex: cryptographic primitives. It supports Python 2.6 or newer, all pycryptodomex: Python 3 versions and PyPy. PyCryptodome is a fork of PyCrypto. pycryptodomex: pycryptodomex: PyCryptodome is not a wrapper to a separate C library like OpenSSL. pycryptodomex: To the largest possible extent, algorithms are implemented in pure pycryptodomex: Python. Only the pieces that are extremely critical to performance pycryptodomex: (e.g. block ciphers) are implemented as C extensions. pycryptodomex: