rscrypt (scryptenc-cli
) is a command-line utility for
encrypt and decrypt files.
This is a Rust implementation of scrypt(1)
.
sh
cargo install scryptenc-cli
The release page contains pre-built binaries for Linux, macOS and Windows.
Please see BUILD.adoc.
Encrypt a file:
sh
rscrypt enc data.txt data.txt.scrypt
Decrypt a file:
sh
rscrypt dec data.txt.scrypt data.txt
--generate-completion
option generates shell completions to stdout.
The following shells are supported:
bash
elvish
fish
nushell
powershell
zsh
Example:
sh
rscrypt --generate-completion bash > rscrypt.bash
Please see the following:
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
This program is inspired by the
scrypt encryption utility, and built on
top of the scryptenc
crate.
Copyright © 2022–2023 Shun Sakai (see AUTHORS.adoc)
See COPYING for more details.