The Guardian Angel is a robust file system encryption and decryption tool designed to enhance the security of your data across multiple platforms including Windows, Linux, and macOS. Leveraging advanced encryption algorithms such as AES, Twofish, Triple DES, and Blowfish, The Guardian Angel ensures that your binary files and text documents are securely encrypted. An additional layer of security is enforced through a specialized decryption key that users must enter to access their encrypted files. This feature adds an extra level of protection against unauthorized access.
Whether you're looking to safeguard personal data or secure sensitive information in a professional environment, The Guardian Angel provides a reliable and efficient solution. With support for a wide range of file types, including all binary-based files and .txt documents, you can trust that your data is protected with industry-leading security measures.
- C++
- G++ compiler for Linux
- Any C++ compiler for Windows
- Any C++ compiler for macOS
- Crypto++ Library
- Simply execute the following commands:
sudo apt update
- Install all necessary libraries
sudo apt-get install libcrypto++-dev libcrypto++-doc libcrypto++-utils
- Install C++ Compiler
sudo apt-get install g++
- Clone the repository
git clone https://github.com/TheKnower0x0/The-Guardian-Angel.git
- Navigate to the tool path folder
cd The-Guardian-Angel
- Run the tool
g++ -o TheGuardianAngel TheGuardianAngel.cpp -lcryptopp -lpthread
- Execute it and happy encryption !
./TheGuardianAngel
- Multiple Encryption Algorithms like [AES], [Twofish], [Triple DES], and [Blowfish].
- Cross-Platform Compatibility.
- Secure Key Requirement.
- User-Friendly Interface.
- Enhanced Data Protection.
- Text File Support.
g++ -o TheGuardianAngel TheGuardianAngel.cpp -lcryptopp -lpthread
./TheGuardianAngel
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Project Maintainer: TheKnower0x0