py3rijndael

Rijndael algorithm library for Python3.


License
MIT
Install
pip install py3rijndael==0.1.2

Documentation

py3rijndael

https://travis-ci.org/meyt/py3rijndael.svg?branch=master https://coveralls.io/repos/github/meyt/py3rijndael/badge.svg?branch=master

Rijndael algorithm library for Python3.

Rijndael is the key algorithm of AES, and there is some of implementations already exist:

Installation

pip install py3rijndael

Usage

Follow the tests.