%general-entities; ]> PyCryptodome-&pycryptodome-version; pycryptodome Introduction to the PyCryptodome Module PyCryptodome is a collection of both secure hash functions (such as SHA256 and RIPEMD160), and various encryption algorithms (AES, DES, RSA, ElGamal, etc.), and is a drop-in replacement for PyCrypto. &lfs10_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &pycryptodome-md5sum; Download size: &pycryptodome-size; Estimated disk space required: &pycryptodome-buildsize; Estimated build time: &pycryptodome-time; PyCryptodome Dependencies Recommended User Notes: Installation of PyCryptodome Both Python 2 and Python 3 modules can be built and installed without any conflicts. To build the Python 2 and Python 3 modules, run the following commands: python2 setup.py build && python3 setup.py build To install both modules, run the following commands as the root user: python2 setup.py install --optimize=1 && python3 setup.py install --optimize=1 Contents Installed Programs Installed Libraries Installed Directories None pycryptodome-&pycryptodome-version;-py&python2-majorver;.egg-info and/or pycryptodome-&pycryptodome-version;-py&python3-majorver;.egg-info /usr/lib/python&python2-majorver;/site-packages/Crypto and/or /usr/lib/python&python3-majorver;/site-packages/Crypto