An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

### README

[![CircleCI](https://circleci.com/gh/EverWinter23/aes-ecb-pkcs5.svg?style=shield)](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 [![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!