Implementation of AES with CBC/ECB mode and padding scheme PKCS5


Keywords
cryptography, pkcs5
License
BSD-3-Clause
Install
pip install aes-pkcs5==1.0.3

Documentation

AESPKCS5

CI PyPI Python Version Documentation Status codecov

Python implementation of AES with CBC/ECB mode and padding scheme PKCS5.

Requirements

  • Python 3.8+

Install

You can install AESPKCS5 from PyPI with:

pip install aes-pkcs5

Documentation

Documentation is available online at: https://aes-pkcs5.readthedocs.io/