You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To compile, in terminal, type the command "make" while in the AES_Implementation folder.
To run, type ./AES test1plaintext.txt test1key.txt sBox.txt invSBox.txt
About
Implementation of AES encryption and decryption algorithms in C++