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 data.txt > data.txt.abcrypt
Decrypt a file:
sh
abcrypt decrypt data.txt.abcrypt > data.txt
--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:
abcrypt(1)
]abcrypt-encrypt(1)
]abcrypt-decrypt(1)
]abcrypt-information(1)
]abcrypt-help(1)
]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.