Rijndael AES encryption algorithm in pure python.
-
Updated
Oct 12, 2019 - Python
Rijndael AES encryption algorithm in pure python.
An AES Toolbox for computing the Rijndael Key Schedule for a 128, 192, or 256-bit key.
AES-128 Implementation in Python 3.9, Multi-threaded using 2 Queues
This GitHub repository contains a basic Python implementation of the Advanced Encryption Standard (AES) algorithm, which is a widely used symmetric-key encryption algorithm for securing data. The code in this repository provides a complete implementation of AES-128 bits encryption.
Add a description, image, and links to the rijndael topic page so that developers can more easily learn about it.
To associate your repository with the rijndael topic, visit your repo's landing page and select "manage topics."