abcrypt (abcrypt-cli
) is a command-line utility for
encrypt and decrypt files using the abcrypt format.
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)
This project is compliant with version 3.0 of the REUSE Specification. See COPYING and copyright notices of individual files for more details on copyright and licensing information.