Project: pyaes

Pure-Python Implementation of the AES block-cipher and common modes of operation

Project Details

Latest version
1.6.1
Home Page
https://github.com/ricmoo/pyaes
PyPI Page
https://pypi.org/project/pyaes/

Project Popularity

PageRank
0.006302228026540505
Number of downloads
1259132

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.