#abcrypt #argon2 #blake2 #blake2b

app abcrypt-cli

An utility for encrypt and decrypt files

8 releases

new 0.2.6 Dec 3, 2023
0.2.5 Nov 29, 2023
0.2.3 Sep 30, 2023
0.1.0 Aug 25, 2023

#4 in #blake2b

Download history 11/week @ 2023-08-19 6/week @ 2023-08-26 49/week @ 2023-09-02 28/week @ 2023-09-09 5/week @ 2023-09-16 6/week @ 2023-09-23 25/week @ 2023-09-30 1/week @ 2023-10-07 5/week @ 2023-10-14 11/week @ 2023-10-21 6/week @ 2023-10-28 25/week @ 2023-11-04 2/week @ 2023-11-11 24/week @ 2023-11-18 59/week @ 2023-11-25

110 downloads per month

GPL-3.0-or-later

100KB
2K SLoC

Rust 2K SLoC // 0.0% comments AsciiDoc 202 SLoC // 0.1% comments

abcrypt

CI Version License

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

Installation

From source

cargo install abcrypt-cli

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:

abcrypt encrypt data.txt > data.txt.abcrypt

Decrypt a file:

abcrypt decrypt data.txt.abcrypt > data.txt

Generate shell completion

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

The following shells are supported:

  • bash
  • elvish
  • fish
  • nushell
  • powershell
  • zsh

Example:

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.

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.

Dependencies

~4–16MB
~177K SLoC