This is a simple CLI tool that encrypts and decrypts files contents.
-
Encrypts and decrypts files
-
Only supports text files
If you have cargo installed, you can install the tool by running the following command:
cargo install filecrypt
brew install root27/tools/filecrypt
filecrypt --help
filecrypt --file <file_path> --encrypt
filecrypt --file <file_path> --key <key> --decrypt
Oguzhan Dogan