rijndael-aes-cipher
There are 8 repositories under rijndael-aes-cipher topic.
ahsankhatri/cryptolib-php
A library to encrypt or decrypt with random password generator based on secret key defined.
nano9911/AES128_C-POSIX
AES-128 implementation in C/POSIX, multi-threaded using <pthread.h>. Still learning, looking for your feedbacks.
sadafnazari/AES_Rijndeal_128_FPGA
Implementing the AES Rijndael algorithm on FPGA
GameZoneHacker/AES
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.
nano9911/AES128_Python3
AES-128 Implementation in Python 3.9, Multi-threaded using 2 Queues
ttcpavle/Advanced-encryption-standard-AES-in-c
This is a simple example of AES encryption (with 128, 192 and 256bit keys)
atiq-cs/PasswordManager
Password Manager Command Line App
devikkim/Rijndael_AES_CIPHER
this repository is AES block cipher using Rijndael algorithm