Description
Implements AES block-cipher operations and common modes in pure Python. It can help educational tools, compatibility code, or constrained environments perform AES operations without a compiled extension.
Cryptographic implementations and modes must be chosen carefully. Prefer well-reviewed, maintained libraries for sensitive data, and never design a protocol by combining primitives casually.