A Rust implementation of the Age v1 file encryption format, supporting only scrypt-based passphrase encryption. Other recipient types are not supported.
Primarily developed and tested on Linux. Windows and macOS support "should" also work.
tirrage Command Line.
Usage:
$ tirra COMMAND [ARGUMENTS]
tirrage ver
tirrage decrypt IN_FILE OUT_FILE
tirrage encrypt IN_FILE OUT_FILE
COMMANDS
ver Display the version information and exit.
decrypt
Decrypt a file that was encrypted using Age v1/scrypt recipient type.
encrypt
Encrypt a plaintext file using Age v1/scrypt recipient type.
ARGUMENTS
IN_FILE & OUT_FILE
input and output file paths