···11% rage
2233+## Encrypting
44+35# Encrypt to a recipient's public age key
46rage -e -r <recipient_public_age_key> <input_file> > <input_file>.age
57···1315rage -e -r <sapphic_public_age_key> -a <input_file> > <input_file>.age
14161517# Encrypt to a public SSH key
1818+rage -r "<public_ssh_key>" <input_file> > <input_file>.age
1919+2020+# Encrypt to a public SSH key saved on disk
1621rage -R ~/.ssh/id_<ssh_key_name>.pub <input_file> > <input_file>.age
2222+2323+## Decrypting
17241825# Decrypt a file using a local key
1926rage -d -i <private_key> <input_file> > <output_file>