Pure-Python Implementation of the AES block-cipher and common modes of operation
Project Links
Meta
Author: Richard Moore
Classifiers
Topic
- Security :: Cryptography
License
- OSI Approved :: MIT License
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.
1.6.1
Sep 20, 2017
1.6.0
Jun 01, 2016
1.5.0
May 25, 2016
1.4.0
May 23, 2016
1.3.0
Jul 25, 2014
1.2.0
Jun 20, 2014
1.1.0
May 13, 2014
1.0.0
May 12, 2014
0.1.0
May 12, 2014
Files in release
No dependencies