abcrypt
abcrypt (abcrypt-cli) is a command-line utility for
encrypt and decrypt files using the abcrypt format.

Installation
From source
If you want to enable optimizations such as LTO, set them using environment variables.
From binaries
The release page contains pre-built binaries for Linux, macOS and Windows.
How to build
Please see BUILD.adoc.
Usage
Basic usage
Encrypt a file:
Decrypt a file:
Provides information about the encryption parameters
Output as a human-readable string:
Output:
Parameters used: m_cost = 32; t_cost = 3; p_cost = 4;
Output as JSON:
|
Output:
Generate shell completion
--generate-completion option generates shell completions to stdout.
The following shells are supported:
bashelvishfishnushellpowershellzsh
Example:
Command-line options
Please see the following:
Changelog
Please see CHANGELOG.adoc.
Contributing
Please see CONTRIBUTING.adoc.
License
Copyright © 2022–2023 Shun Sakai (see AUTHORS.adoc)
- This program is distributed under the terms of the GNU General Public License v3.0 or later.
- Some files are distributed under the terms of the Creative Commons Attribution 4.0 International Public License.
This project is compliant with version 3.0 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.