mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 03:56:08 +00:00
Update cheatsheets
This commit is contained in:
18
rage
Normal file
18
rage
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user