A simple CLI utility to encrypt/decrypt your files with Orion-rs
Uses Orion to decrypt and encrypt with Argon2i stretched passwords.
Usage: file-crypto [OPTIONS]
Commands: encrypt
decrypt
help Print this message or the help of the given subcommand(s)
Options: -o, --output Input file Output file, defaults to appending/replacing .enc/.unenc to input file -p, --password Optional password to use -v, --verbose... Display logging information -h, --help Print help information -V, --version Print version information
NOTE: Verbose option is not supported at the moment
file-crypto -p "any password" encrypt ./Cargo.toml
file-crypto -p "any password"decrypt ./Cargo.toml.enc