Splintzz/AES-128-Encryption
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
HOW TO RUN ENCRYPTION: 1. Open the command line 2. cd into the directory with all the source code files. 3. Run ”g++ *.cpp -o output” from the command line 5. Run “./output” from the command line 6. Enter the path of the file to encrypt 7. Enter a 32 digit hex key; EX: 0fa4297592a2f3e7618ed3b60b792945 (Note that entering in the form of 0x0fa4297592a2f3e7618ed3b60b792945 will NOT work.)