Encryption/Decryption of Local Files Employing AES-256 Algorithm
Written in C & Python (Python files haven't been added yet!)
First, you need to compile the files. It should be noted that the header and main files must be in the same directory. Then, run the output file.
In Linux, you should first run:
gcc main.cThen, run:
./a.outFiles will be added soon!
In your terminal, CMD, or Powershell run:
python AES.py