abcrypt (abcrypt-cli
) is a command-line utility for
encrypt and decrypt files.
sh
cargo install abcrypt-cli
The release page contains pre-built binaries for Linux, macOS and Windows.
Please see BUILD.adoc.
Encrypt a file:
sh
abcrypt encrypt file > file.abcrypt
Decrypt a file:
sh
abcrypt decrypt file.abcrypt > file
--generate-completion
option generates shell completions to stdout.
The following shells are supported:
bash
elvish
fish
nushell
powershell
zsh
Example:
sh
abcrypt --generate-completion bash > abcrypt.bash
Please see the following:
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
Copyright © 2022–2023 Shun Sakai (see AUTHORS.adoc)
See COPYING for more details.