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].
Install aes-ecb-pkcs5
via pip:
$ pip install aes-ecb-pkcs5
Rishabh Mehta eternal.blizzard23@gmail.com
I forget stuff, this section is for anyone who wants to build the package.
$ python setup.py sdist
$ twine upload dist/*
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!