Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.07 KB

README.rst

File metadata and controls

36 lines (28 loc) · 1.07 KB

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/