the janky file encryption tool
jenc is a password-based file encryption tool.
- Install Rust & Cargo.
- Run
cargo install --path .
to build and install the executable.
For NixOS users, a simple Nix flake is provided:
nix profile install jenc
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
Has something gone horribly wrong? Or do you just think something's missing?
Feel free to create a new issue.