A simple C++ application for encrypting and decrypting files in bulk.
- Encrypt or decrypt all files within a specified folder.
- Easy-to-use command-line interface.
- Built with modern C++ standards (C++17) for performance and reliability.
git clone https://github.com/SuperSection/file-cryptor
cd file-cryptorProvide any arbitrary number of your choice, to use it as a secret for encryption & decryption
echo "1234567" > .envUse the make command to build the required binaries:
make allTo encrypt or decrypt files in a folder, run:
./encrypt_decryptTo remove all compiled files and executables:
make clean- Compiler: g++ (with C++17 support)
- Build Tool: make
- Debugger (optional): gdb or lldb for debugging.
Developed by Soumo Sarkar. Feel free to reach out with feedback or questions!