···1111# Encrypt to a recipient's public age key, in armour format
1212rage -e -r <recipient_public_age_key> -a "<input_file>" > "<input_file>.age"
13131414+# Encrypt to a recipient's public age key, in armour format, output to terminal (clipboard input)
1515+wl-paste -n | rage -e -r <recipient_public_age_key> -a
1616+1417# Encrypt to my public age key, in armour format
1518rage -e -r <sapphic_public_age_key> -a "<input_file>" > "<input_file>.age"
1919+2020+# Encrypt to my public age key, in armour format, output to terminal (clipboard input)
2121+wl-paste -n | rage -e -r <sapphic_public_age_key> -a
2222+2323+# Encrypt with a passphrase, in armour format, output to terminal (clipboard input)
2424+wl-paste -n | rage -e -p -a
16251726# Encrypt to a public SSH key
1827rage -r "<public_ssh_key>" "<input_file>" > "<input_file>.age"
···30393140# Decrypt a file using your key (wl-paste)
3241wl-paste | rage -d -i - "<input_file>" > "<output_file>"
4242+4343+# Decrypt an input that was passphrase encrypted
4444+rage -d "<input_file>" > "<output_file>"
4545+4646+# Decrypt a text-only input that was passphrase encrypted, output to terminal (clipboard input)
4747+wl-paste -n | rage -d
33483449$ sapphic_public_age_key: echo age17r37eg8lmvsklve0rdajsts2rgca4j5twdmcglh6qufxj7qmzv0qywulhg
3550