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 file file.enc
Decrypt a file:
sh
rscrypt dec file.enc file
--generate-completion
option generates shell completions to stdout.
The following shells are supported:
bash
elvish
fish
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.
Copyright © 2022–2023 Shun Sakai (see AUTHORS.adoc)
See COPYRIGHT, LICENSE-GPL and LICENSE-CC-BY for more details.