Python implementation of AES with CBC/ECB mode and padding scheme PKCS5.
- Python 3.10+
You can install AESPKCS5 from PyPI with:
pip install aes-pkcs5
Documentation is available online at: https://aes-pkcs5.readthedocs.io/
See the contributing guide to set up a development environment.