Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 954 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 954 Bytes

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 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/*

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!