···2020# Encrypt to a public SSH key saved on disk
2121rage -R ~/.ssh/id_<ssh_key_name>.pub <input_file> > <input_file>.age
22222323+# Encrypt with file list test
2424+rage -e -r <sapphic_public_age_key> "<input_file_find>" > "<input_file_find>.age"
2525+2326## Decrypting
24272528# Decrypt a file using a local key
···3235wl-paste | rage -d -i - <input_file> > <output_file>
33363437$ sapphic_public_age_key: echo age17r37eg8lmvsklve0rdajsts2rgca4j5twdmcglh6qufxj7qmzv0qywulhg
3838+3939+$ input_file_find: find . -type f | gum choose