Skip to content

jack-avery/jenc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jenc

the janky file encryption tool

jenc is a password-based file encryption tool.

🛠️ Installation

  1. Install Rust & Cargo.
  2. Run cargo install --path . to build and install the executable.

For NixOS users, a simple Nix flake is provided:

  1. nix profile install jenc

✍️ Usage

Usage: jenc [OPTIONS] <FILE>

Arguments:
  <FILE>

Options:
  -p, --password <PASSWORD>  Use <PASSWORD> instead of prompting
  -c, --cost <COST>          Use <COST> as bcrypt hash cost instead of prompting
  -e, --encrypt              Encrypt <FILE>
  -d, --decrypt              Decrypt <FILE>
  -k, --keep                 Do not delete original file/folder after action
  -h, --help                 Print help
  -V, --version              Print version

🐛 Bug reports & feature suggestions

Has something gone horribly wrong? Or do you just think something's missing?

Feel free to create a new issue.

About

the janky file encryption tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published