Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 968 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 968 Bytes

file-crypto-cli

A simple CLI utility to encrypt/decrypt your files with Orion-rs

Uses Orion to decrypt and encrypt with Argon2i stretched passwords.

CLI

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

Examples

  • file-crypto -p "any password" encrypt ./Cargo.toml
  • file-crypto -p "any password"decrypt ./Cargo.toml.enc