2023-10-29 16:22:48 +01:00
# rage
2025-06-24 12:24:11 +03:00
> A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no configuration options, and UNIX-style composability.
2023-10-29 16:22:48 +01:00
> Rust implementation of `age`.
> More information: <https://github.com/str4d/rage>.
- Encrypt a file for `user` and save it to `message.age` :
`echo "{{Your secret message}}" | rage --encrypt --recipient {{user}} --output {{path/to/message.age}}`
- Decrypt a file with `identity_file` and save it to `message` :
`rage --decrypt --identity {{path/to/identity_file}} --output {{message}}`