py3rijndael
Rijndael algorithm library for Python3.
What it is and what it does
py3rijndael is a pure-Python implementation of the Rijndael block cipher algorithm, which is the basis of the AES (Advanced Encryption Standard). It was created as an alternative to older or unmaintained cryptography libraries, offering a self-contained Python 3 implementation with no compiled dependencies. The package provides direct access to the Rijndael algorithm without wrapping or additional abstractions.
The package has been abandoned since its last release on 2019-06-20 and receives no active maintenance or security updates. While it carries an MIT License and has low installation friction, its lack of ongoing development means it does not benefit from bug fixes, performance improvements, or responses to newly discovered cryptographic issues. For new projects, maintained alternatives are strongly preferred.
Use it for:
- Educational exploration of the Rijndael cipher and AES algorithm internals in Python.
- Legacy systems or scripts that depend on this specific implementation and cannot easily migrate.
- Scenarios where a pure-Python, dependency-free encryption implementation is required despite maintenance concerns.
- Prototyping or testing where cryptographic production-readiness is not a requirement.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
py3rijndael provides a pure-Python implementation of the Rijndael algorithm (the cipher underlying AES) for Python 3, with no external runtime dependencies.
No. The package is abandoned (last update 2019-06-20) with no security maintenance. For any production or security-sensitive use, choose a maintained alternative. For educational purposes only, the lack of documentation and active support makes it a poor learning resource.
Install
py3rijndael on PyPI
pip
pip install py3rijndaeluv
uv add py3rijndaelpoetry
poetry add py3rijndaelInstalling py3rijndael
Before you install
Installation is frictionless, but the package is abandoned: last release was 2019-06-20. No active maintenance or security updates.
License in practice
MIT License permits commercial and private use with minimal restrictions, requiring only attribution and including a liability disclaimer.
Quickstart
pip install py3rijndael
from py3rijndael import rijndael
# See repository tests for usage examples
Package documentation is minimal; usage requires consulting the test suite in the repository.
Verify before relying
- Whether this implementation has been audited for cryptographic correctness or is suitable for production use.
- How this pure-Python implementation compares in performance and security to maintained alternatives.
- Whether the package works reliably on modern Python versions beyond those listed in classifiers (3.4-3.7).
Package facts
| License | MIT License (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 2,612 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 166,920/month — #10,481 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: py3rijndael-0.3.3-py2-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
aes-pkcs5Provides AES encryption and decryption with…
permissive · top 15,000 on PyPI
pyDesPure Python implementation of DES and Triple…
permissive · top 15,000 on PyPI
pyaesPure-Python implementation of AES encryption…
permissive · top 5,000 on PyPI
ff3Implements NIST FF3 and FF3-1 format-preserving…
permissive · top 15,000 on PyPI
cryptgcryptg provides a native Python extension that…
permissive · top 15,000 on PyPI
miscreantProvides misuse-resistant authenticated…
permissive · top 5,000 on PyPI
pycryptodomexPyCryptodomex provides low-level cryptographic…
permissive · top 1,000 on PyPI
pyAesCryptEncrypts and decrypts files and binary streams…
permissive · top 15,000 on PyPI
pyffxpyffx implements Format-Preserving Encryption…
permissive · top 15,000 on PyPI
twofishProvides Python bindings to the Twofish block…
permissive · top 15,000 on PyPI