0x0M03II / AES-Encryption

COSC 583: AES Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

COSC 583: AES Implementation


Languages

Language:C++ 98.3%Language:Shell 1.7%