pyaes
Pure-Python Implementation of the AES block-cipher and common modes of operation
Pure-Python Implementation of the AES block-cipher and common modes of operation
To install this package, run one of the following:
A pure-Python implementation of the AES (FIPS-197) block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB, OFB) with no dependencies beyond standard Python libraries. See README.md for API reference and details.
Summary
Pure-Python Implementation of the AES block-cipher and common modes of operation
Last Updated
Apr 23, 2018 at 15:50
License
MIT License
Supported Platforms