Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FILE-ENCRYPT

CLI only rust version of https://github.com/cbass-d/lockbox_cli

Usable algorihtms

  • AES256-Gcm
  • ChaCha20-Poly1305

Installation

Can be installed from crates.io using:

$ cargo install file-encrypt

Usage

Usage: file-encrypt -o <OUTPUT> <COMMAND> <FILE> <ALGORITHM> <PASSPHRASE>

Arguments:
  <COMMAND>     [possible values: encrypt, decrypt]
  <FILE>        
  <ALGORITHM>   [possible values: aes256-gcm, chacha20-poly]
  <PASSPHRASE>  

Options:
  -o <OUTPUT>      
  -h, --help       Print help
  -V, --version    Print version

Must remember passphrase used as only its hash is stored

About

lockbox_rust

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages