A file encryption and decryption to keep files safe. This tool uses AES Encryption inorder to keep files safe.
-> Clone this repository
-> In terminal type following commands
chmod +x FileCrypto.sh
./FileCrypto.sh
Inorder to use FileCrypto
-> Go into the directory of the file/files you want to encrypt/decrypt
-> Type sudo encrypt [file(s)]
to encrypt
-> Type sudo decrypt [file(s)]
to decrypt
Type encrypt
or decrypt
for help
[This tool can only be run by root user]
For removing this tool from your system
-> Go to the repository on your system
-> Run ./remove.sh