Skip to main content

Rijndael algorithm library for Python3.

Project description

py3rijndael
===========

.. image:: https://travis-ci.org/meyt/py3rijndael.svg?branch=master
:target: https://travis-ci.org/meyt/py3rijndael

.. image:: https://coveralls.io/repos/github/meyt/py3rijndael/badge.svg?branch=master
:target: https://coveralls.io/github/meyt/py3rijndael?branch=master

.. image:: https://img.shields.io/pypi/pyversions/py3rijndael.svg
:target: https://pypi.python.org/pypi/py3rijndael

Rijndael algorithm library for Python3.

Rijndael is the key algorithm of [AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard),
and there is some of implementations already exist:

- [pycrypto](https://github.com/dlitz/pycrypto): Very old and not written in python.
- [pycryptodome](https://github.com/Legrandin/pycryptodome): In road of `pycrypto` but alive.
- [python-cryptoplus](https://github.com/doegox/python-cryptoplus):
Tested and works fine. but, not in Python 2, also depend on `pycrypto`.
- [RijndaelPbkdf](https://github.com/dsoprea/RijndaelPbkdf):
Tested and works fine. but, old PyPi release and not active (i have no time to wait for maintainer).
- https://gist.github.com/jeetsukumaran/1291836 : The gist i borrowed initial source.


Installation
------------

```bash
pip install py3rijndael
```

Usage
-----

Follow the tests.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py3rijndael-0.1.2.tar.gz (5.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page