A pure Python implementation of the AES encryption algorithm, designed for educational purposes. Version 0.1a1, with infrequent releases.
pip install slowaesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encrypt and decrypt with AES in CFB mode.
Use PyCryptodome or cryptography library with hardware acceleration.
Always specify mode explicitly, e.g., AES(key, AESModeOfOperation.CFB, iv).
No dependency data recorded yet.