Proof of concept encryption tool built using C++
(include screenshot)
- Improvement from my old file encryption project
- Features
- Encrypt all files in directory using AES
- Decrypt all files in a directory using AES
- Safely wipe all files in a directory (future implementaton)
- Download the binary or use a C++ compiler to compile the binary using CMake/Batchfile
- Run the code, enter your folder name and key
- During encryption, files will be saved as ub extension
- During decryption, files will be renamed to its original