pycrypto · PyPI
https://pypi.org/project/pycrypto17.10.2013 · 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. This section is essentially complete, and the software interface will almost certainly not change ...
cryptography - PyPI · The Python Package Index
https://pypi.org/project/cryptographycryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your “cryptographic standard library”. It supports Python 3.6+ and PyPy3 7.2+. cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests, and key …
pycrypto · PyPI
pypi.org › project › pycryptoOct 17, 2013 · Installation. PyCrypto is written and tested using Python version 2.1 through 3.3. Python 1.5.2 is not supported. The modules are packaged using the Distutils, so you can simply run “python setup.py build” to build the package, and “python setup.py install” to install it.
crypto · PyPI
pypi.org › project › cryptoMay 13, 2015 · crypto provides a number of options including automated tar archives of multiple files prior to encryption, portable ASCII armored encryption formatting, and SHA256 hash digest generation for your encrypted files. You can view all available options in the usage documentation or with the --help option.