My personal cheatsheets for Navi
cheatsheets navi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Change wording for decryption options

Lily Hannah 98e56b57 73132f55

+3 -3
+3 -3
encrypting/rage.cheat
··· 31 31 32 32 ## Decrypting 33 33 34 - # Decrypt a file using a local key 34 + # Decrypt an input using a local key 35 35 rage -d -i <private_age_key> "<input_file>" > "<output_file>" 36 36 37 - # Decrypt a file using an SSH private key 37 + # Decrypt an input using an SSH private key 38 38 rage -d -i ~/.ssh/id_<private_ssh_key_name> "<input_file>" > "<output_file>" 39 39 40 - # Decrypt a file using your key (wl-paste) 40 + # Decrypt an input using your key (wl-paste) 41 41 wl-paste | rage -d -i - "<input_file>" > "<output_file>" 42 42 43 43 # Decrypt an input that was passphrase encrypted