···1212# Encrypt to my public age key, in armour format
1313rage -e -r <sapphic_public_age_key> -a -o <input_file>.age <input_file>
14141515+# Encrypt to a public SSH key
1616+rage -R ~/.ssh/id_<ssh_key_name>.pub -o <input_file>.age <input_file>
1717+1518# Decrypt a file using your key (wl-paste)
1619wl-paste | rage -d -i - -o <output_file> <input_file>
17201821# Decrypt a file using your key
1922rage -d -i <private_key> -o <output_file> <input_file>
2323+2424+# Decrypt a file using an SSH private key
2525+rage -d -i ~/.ssh/id_<ssh_key_name> -o <output_file> <input_file>
202621272228$ sapphic_public_age_key: echo age17r37eg8lmvsklve0rdajsts2rgca4j5twdmcglh6qufxj7qmzv0qywulhg