/AES-Simulation

January 2021 CSE406 (Computer Security Sessional): Advanced Encryption Standard (AES) simulation assignment (Offline 1)

Primary LanguagePython

AES-Simulation

Advanced Encryption Standard (AES) simulation (Key sceduling, encryption, decryption) of plaintext for 16 bytes (fixed) size of key. Both the key and the text to be encrypted are taken as input from the console. Decryption of the same encrypted text is done in the decrypted() method.

Screenshot from 2021-03-13 19-20-45