abcrypt(1)
NAME
abcrypt - an utility for encrypt and decrypt files
DESCRIPTION
abcrypt is a command-line utility for encrypt and decrypt files using the abcrypt(5) encrypted data format.
COMMANDS
- abcrypt-encrypt(1)
Encrypt files.
- abcrypt-decrypt(1)
Decrypt files.
- abcrypt-argon2(1)
Provides information about the Argon2 context.
- abcrypt-information(1)
Provides information about the encryption parameters.
- abcrypt-help(1)
Print the help for a command.
OPTIONS
- -h, --help
Print help message. The short flag (-h) will print a condensed help message while the long flag (--help) will print a detailed help message.
- -V, --version
Print version number. The long flag (--version) will also print the copyright notice, the license notice and where to report bugs.
- --generate-completion SHELL
Generate shell completion. The completion is output to standard output.
- The possible values are:
- bash
Bash.
- elvish
Elvish.
- fish
fish.
- nushell
Nushell.
- powershell
PowerShell.
- zsh
Zsh.
EXIT STATUS
- 0
Successful program execution.
- 1
An error occurred.
- 2
An error occurred while parsing command-line arguments.
Exit statuses other than these are defined by
<sysexits.h>
.
COPYRIGHT
Copyright © 2022 Shun Sakai
This program is distributed under the terms of the GNU General Public License v3.0 or later.
This manual page is distributed under the terms of the Creative Commons Attribution 4.0 International Public License.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.