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