My personal cheatsheets for Navi
cheatsheets navi
0
fork

Configure Feed

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

Add rage snippets

+19
+19
encrypting/rage.cheat
··· 1 1 % rage 2 2 3 + # Encrypt to a recipient's public age key 4 + rage -e -r <recipient_public_age_key> -o <input_file>.age <input_file> 3 5 6 + # Encrypt to my public age key 7 + rage -e -r <sapphic_public_age_key> -o <input_file>.age <input_file> 8 + 9 + # Encrypt to a recipient's public age key, in armour format 10 + rage -e -r <recipient_public_age_key> -a -o <input_file>.age <input_file> 11 + 12 + # Encrypt to my public age key, in armour format 13 + rage -e -r <sapphic_public_age_key> -a -o <input_file>.age <input_file> 14 + 15 + # Decrypt a file using your key (wl-paste) 16 + wl-paste | rage -d -i - -o <output_file> <input_file> 17 + 18 + # Decrypt a file using your key 19 + rage -d -i <private_key> -o <output_file> <input_file> 20 + 21 + 22 + $ sapphic_public_age_key: echo age1flp0s5ecv24kht3a2xlyt6rfr54wf3zr9kq6nyl487m600np9utqepjww0