Last updated:
0 purchases
py3rijndael 0.3.3
Rijndael algorithm library for Python3.
Rijndael is the key algorithm of AES,
and there is some of implementations already exist:
pycrypto: Very old and not written in python.
pycryptodome: In road of pycrypto but alive.
python-cryptoplus:
Tested and works fine. but, not in Python 3, also depend on pycrypto.
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
pip install py3rijndael
Usage
Follow the tests.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.