File transformer and encryptor/decryptor
$ ./fshield -t gen
serb02me3ydGHflT
$ ./fshield -t enc -s video.mp4 -o encrypted.txt -k serb02me3ydGHflT
$ ./fshield -t dec -s encrypted.txt -o video_dec.mp4 -k serb02me3ydGHflT
- -t: the type of the usage, could be gen (to generate a new password), enc (to encrypt), dec (to decrypt)
- -s: the path of the source. On encrypt is the path of the file to encrypt. On decrypt is the path of the encrypted file.
- -o: the path of the output. On encrypt is the path of the output encrypted file. On decrypt is the path of the output decrypted file.
- -k: the password to encrypt or decrypt
- Upload personal files (like backups) on cloud
- Protect personal and important shared files