/mini_aes

implementing mini aes in python with some help

Primary LanguagePython

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