How to Build

Prerequisites

To build rscrypt, you will need the following dependencies
  • Cargo (v1.70.0 or later)

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

Building from source

To clone the repository
git clone https://github.com/sorairolake/rscrypt.git
cd rscrypt
To build a package
just build
To find the directory where manual pages are generated
fd -t directory out ./target/*/build/scryptenc-cli-*

Crate features

json

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