asharbinkhalil / AES

AES implementation in ECB mode. All variants 128,192,256.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AES-Implementaion

------------ASHAR KHALIL
------------20K - 1724
------------Number Theory & Crypto
------------AES Implementation
/--------------------------------------
| Copyrights: Ashar
| -> Loads data from a file.
| -> Generate Keys.
| -> Show Visualization of Encryption
| -> Show Visualization of Decryption
| -> Change the file contents. CT/PT
/--------------------------------------/

For 128 BITS AES

Enter the 16 characters key in Key.txt

For 192 BITS AES

Enter the 24 characters key in Key.txt

For 256 BITS AES

Enter the 32 characters key in Key.txt




image

#Plaintext is Always 128 bit (NIST STANDARD)
image

#Run the Program Press E for Decryption and its visualization
image

#Enter key size(we entered 16 charcters so its 128 for now)
image

#Keys generated and visalization process is shown in terminal
image All rounds shown like this
image

#TEXT is Changed in file after encryption
image

Re-run the project and press D and all process will be repeated for Decryption and File is changed again
image

BUBYE::)

About

AES implementation in ECB mode. All variants 128,192,256.


Languages

Language:C++ 100.0%