https://github.com/laerte/aes_pkcs5
Python implementation of AES with CBC/ECB mode and padding scheme PKCS5.
https://github.com/laerte/aes_pkcs5
cryptography pkcs5
Last synced: 6 months ago
JSON representation
Python implementation of AES with CBC/ECB mode and padding scheme PKCS5.
- Host: GitHub
- URL: https://github.com/laerte/aes_pkcs5
- Owner: Laerte
- License: bsd-2-clause
- Created: 2022-06-11T20:25:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T20:54:43.000Z (11 months ago)
- Last Synced: 2025-03-26T16:21:19.051Z (6 months ago)
- Topics: cryptography, pkcs5
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
========
AESPKCS5
========|CI| |PyPI| |Python Version| |docs| |codecov|
.. |PyPI| image:: https://img.shields.io/pypi/v/aes-pkcs5.svg
:target: https://pypi.org/project/aes-pkcs5/
.. |CI| image:: https://github.com/Laerte/aes_pkcs5/actions/workflows/ci.yml/badge.svg
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/aes-pkcs5.svg
:target: https://pypi.org/project/aes-pkcs5/
.. |docs| image:: https://readthedocs.org/projects/aes-pkcs5/badge/?version=latest
:alt: Documentation Status
:scale: 100%
:target: https://aes-pkcs5.readthedocs.io/en/latest/?badge=latest
.. |codecov| image:: https://codecov.io/gh/Laerte/aes_pkcs5/branch/main/graph/badge.svg?token=LX57VQB8ZB
:target: https://codecov.io/gh/Laerte/aes_pkcs5
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/