/adiantum

Small CLI tool for encrypting/decrypting messages, with FPE (Format Preserving Encryption).

Primary LanguageGo

adiantum

Adiantum Encryption

For each encrypted message a new nonce has to be used.

Nonces should be at least 12 hex bytes in size.

A keyfile must be 32 hex bytes in size.

$ adiantum -h, adiantum --help

Usage of adiantum:

adiantum [-d] keyfile noncefile < infile > outfile