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.
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.
Experimental research project that explores extensions of the Rijndael (AES) algorithm using Galois fields GF(2³²).
Taking the classic Rijndael cipher into the 3rd dimension
AES-128 Implementation in Python 3.9, Multi-threaded using 2 Queues
A Python-based desktop application for encrypting and decrypting various data formats using the Advanced Encryption Standard (AES 128, 192, 256-bit).
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."