Skip to content

AES/ECB/PKCS5 cipher encryption/decryption using python3 standard library.

License

Notifications You must be signed in to change notification settings

EverWinter23/aes-ecb-pkcs5

Repository files navigation

README

CircleCI

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:

$ pip install aes-ecb-pkcs5

AUTHOR

Rishabh Mehta [email protected]

I forget stuff, this section is for anyone who wants to build the package.

$ python setup.py sdist
$ twine upload dist/*

LICENSE License: 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!