Metadata-Version: 2.1
Name: aes-ecb-pkcs5
Version: 0.0.1a0
Summary: AES/ECB/PKCS5 cipher encryption/decryption using python3 standard library.
Home-page: https://github.com/EverWinter23/aes-ecb-pkcs5
Author: Rishabh Mehta
Author-email: eternal.blizzard23@gmail.com
License: UNKNOWN
Keywords: aes ecb pkcs5 encryption decryption java aes-ecb
Platform: any
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
License-File: LICENSE.md

### README

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 <eternal.blizzard23@gmail.com>

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

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


### LICENSE [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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!


