Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tirrage

License

file encryption using Age v1 with a passphrase (Scrypt)

Description

A Rust implementation of the Age v1 file encryption format, supporting only scrypt-based passphrase encryption. Other recipient types are not supported.

Platforms

Primarily developed and tested on Linux. Windows and macOS support "should" also work.

Command Line

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

About

File encryption using the Age v1 format (scrypt recipient).

Topics

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages