mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
rage: add page (#11323)
This commit is contained in:
parent
abc9856431
commit
b65bc23fac
1 changed files with 13 additions and 0 deletions
13
pages/common/rage.md
Normal file
13
pages/common/rage.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# rage
|
||||
|
||||
> 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>.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue