No description
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.md |
jenc
the janky file encryption tool
jenc is a password-based file encryption tool.
🛠️ Installation
- 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
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.