Rijndael algorithm library for Python3.
Project description
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 2, 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.
Project details
Release history Release notifications | RSS feed
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.3.1.tar.gz
(6.4 kB
view details)
File details
Details for the file py3rijndael-0.3.1.tar.gz.
File metadata
- Download URL: py3rijndael-0.3.1.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e912d5839e3a432978e5d773844c615f84532893a06480abfb1be698f47ef20f
|
|
| MD5 |
d4bf2acd19ee42a7b3ef73161c489b9d
|
|
| BLAKE2b-256 |
b2181d38f287fc0be16aa6358b67b7875d98832160c0b3f9f2ec0cf44d990513
|