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 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.
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
Built Distribution
File details
Details for the file py3rijndael-0.3.3.tar.gz
.
File metadata
- Download URL: py3rijndael-0.3.3.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6655a3ebff3a10540eaed049e8788eea3ac93d6b71b3a6ac2b00224bbece9a8 |
|
MD5 | e22aea8fc180d988ac2e8bb25682a4b5 |
|
BLAKE2b-256 | 3c1882d406b47cce65b884abc077335eb4b74adb4a4b750112fe4a67dc7d4c90 |
File details
Details for the file py3rijndael-0.3.3-py2-none-any.whl
.
File metadata
- Download URL: py3rijndael-0.3.3-py2-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08b017cb3a8c4dffc2fbd9e8664f380e6472752f2c0f347ef42f9c86f979e5aa |
|
MD5 | 666bbf5913300654735529900b64667e |
|
BLAKE2b-256 | 3f7e726e86ce85e512df885ec19b682027108b9a24ae8fa0f651a1b08639d8b3 |