···31313232## Decrypting
33333434-# Decrypt a file using a local key
3434+# Decrypt an input using a local key
3535rage -d -i <private_age_key> "<input_file>" > "<output_file>"
36363737-# Decrypt a file using an SSH private key
3737+# Decrypt an input using an SSH private key
3838rage -d -i ~/.ssh/id_<private_ssh_key_name> "<input_file>" > "<output_file>"
39394040-# Decrypt a file using your key (wl-paste)
4040+# Decrypt an input using your key (wl-paste)
4141wl-paste | rage -d -i - "<input_file>" > "<output_file>"
42424343# Decrypt an input that was passphrase encrypted