abcrypt

CI Version License

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

Installation

From source

sh cargo install abcrypt-cli

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:

sh abcrypt encrypt file > file.abcrypt

Decrypt a file:

sh abcrypt decrypt file.abcrypt > file

Generate shell completion

--generate-completion option generates shell completions to stdout.

The following shells are supported:

Example:

sh abcrypt --generate-completion bash > abcrypt.bash

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)

  1. This program is distributed under the terms of the GNU General Public License v3.0 or later.
  2. Some files are distributed under the terms of the Creative Commons Attribution 4.0 International Public License.

See COPYING for more details.