How to Build

Prerequisites

To build abcrypt, you will need the following dependencies
To build man pages, you will need the following additional dependencies

Building from source

To clone the repository
git clone https://github.com/sorairolake/abcrypt.git
cd abcrypt
To build a package
just build
To build man pages
just build-man1

The man pages are generated in docs/man/man1.

Crate features

json

Enable outputting the encryption parameters as JSON. This is enabled by default.