3 unstable releases

0.2.1 Jan 3, 2025
0.2.0 Dec 23, 2024
0.1.0 Dec 19, 2024

#1102 in Command line utilities

Download history 64/week @ 2024-12-13 164/week @ 2024-12-20 12/week @ 2024-12-27 130/week @ 2025-01-03

370 downloads per month

MIT license

17KB
396 lines

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

Dependencies

~25–36MB
~541K SLoC