Simple GUI File Encrypter
128-bit AES in CBC mode and PKCS7 padding, with HMAC using SHA256 for authentication.
Requirements:
- Python 3.9
- Dependencies are required to be installed, Read the README.txt file for instructions.
How To Run The Program:
- Windows: Just run GUI File Encrypter.py
- Mac / Linux: Open Terminal, navigate to folder with the program files & type "python3 GUI\ File\ Encrypter.py" without the quotes
If you need to rename the file you can just make sure...