Description
Update:
- Users can now copy their decryption key to their clipboard
- Fixed some minor bugs
This tool simply allows for the user to open a text file and encrypt it using a custom algorithm. The algorithm itself isn’t that easy to be cracked so users won’t have to worry about any reverse engineering against their files.
Upon encryption the user will be given an 8 character key which they would need for when they choose to decrypt their file.
Features:
- Pre-built application so users can use this tool without needing to compile the source code
- Ability To encrypt and decrypt data
- Full Source Code
Example of How This Could Be Of Use
With access to the source code, developers could implement this into their programs to:
- Store data securely
- Send encrypted data over the web that can only be read with those with an encryption key