/AES-Encryption

COSC 583: AES Implementation

Primary LanguageC++

AES-Encryption - Maurice

How to compile and run your code:

  • ensure the script 'run.sh' has the exec bit set
    • chmod +x run.sh
  • Compile by running the bash script 'run.sh'

Integrity Statement

I affirm that this project was completed using only the resources provided through canvas.

Test Cases

All test cases passed:

  • Cipher (128, 192, 256): Passed
  • Inverse Cipher (128, 192, 256): passed