rage Command Examples

A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability. Rust implementation of age. More information: https://github.com/str4d/rage.

echo "{{Your secret message}}" | rage --encrypt --recipient {{user}} --output {{path/to/message.age}}

rage --decrypt --identity {{path/to/identity_file}} --output {{message}}