Skip to content

A simple CLI utility to encrypt/decrypt your files with rust orion

Notifications You must be signed in to change notification settings

Jytesh/file-crypto-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple CLI utility to encrypt/decrypt your files with rust orion

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages