https://github.com/everwinter23/aes-ecb-pkcs5
AES/ECB/PKCS5 cipher encryption/decryption using python3 standard library.
https://github.com/everwinter23/aes-ecb-pkcs5
aes aes-ecb decryption ecb encryption java pkcs5 python
Last synced: 3 months ago
JSON representation
AES/ECB/PKCS5 cipher encryption/decryption using python3 standard library.
- Host: GitHub
- URL: https://github.com/everwinter23/aes-ecb-pkcs5
- Owner: EverWinter23
- License: mit
- Created: 2022-08-30T18:40:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T07:08:56.000Z (almost 4 years ago)
- Last Synced: 2026-03-15T09:11:50.491Z (3 months ago)
- Topics: aes, aes-ecb, decryption, ecb, encryption, java, pkcs5, python
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
### README
[](https://circleci.com/gh/EverWinter23/aes-ecb-pkcs5)
Simple `python3` library built using only the **standard library**. This library contains
utility methods for **AES/ECB/PKCS5** encryption[to base64] and decryption[from base64].
### INSTALLATION
Install `aes-ecb-pkcs5` via pip:
```bash
$ pip install aes-ecb-pkcs5
```
### AUTHOR
Rishabh Mehta
I forget stuff, this section is for anyone who wants to build the package.
```bash
$ python setup.py sdist
$ twine upload dist/*
```
### LICENSE [](https://opensource.org/licenses/MIT)
This code falls under the MIT license which permits the reuse of the proprietary software
provided that all copies of the licensed software include a copy of the MIT License terms
and the copyright notice. Go crazy!