meyira / mini_aes

implementing mini aes in python with some help

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mini_aes

An easy cipher to break for cryptanalysis. Tutorial implemented. Need to implement functions. AES is a symmetric cipher with a block size of 128 bits. Mini-AES has been created for better understanding of the algorithm for aspiring cryptanalysts and undergraduate cybersecurity and IT students. PLEASE NOTE THAT MINI AES IS NOT A SECURE ENCRYPTION METHOD.

##Components NibbleSub

About

implementing mini aes in python with some help


Languages

Language:Python 100.0%