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.
Copyright (C) 2022 Shun Sakai (see AUTHORS.adoc)
This program is distributed under the terms of the GNU General Public License v3.0 or later.
See COPYING for more details.