Test gum integration

This commit is contained in:
Lily Hannah 2025-04-26 16:16:24 -04:00
parent 682a702864
commit 13e1c417a9
Signed by: SapphicSakuraFox
SSH key fingerprint: SHA256:eDeo8J1v9taxSQLWX8fHD+Zagr5cU+ExRHmF/Wk5evY

View file

@ -20,6 +20,9 @@ rage -r "<public_ssh_key>" <input_file> > <input_file>.age
# Encrypt to a public SSH key saved on disk
rage -R ~/.ssh/id_<ssh_key_name>.pub <input_file> > <input_file>.age
# Encrypt with file list test
rage -e -r <sapphic_public_age_key> "<input_file_find>" > "<input_file_find>.age"
## Decrypting
# Decrypt a file using a local key
@ -32,3 +35,5 @@ rage -d -i ~/.ssh/id_<ssh_key_name> <input_file> > <output_file>
wl-paste | rage -d -i - <input_file> > <output_file>
$ sapphic_public_age_key: echo age17r37eg8lmvsklve0rdajsts2rgca4j5twdmcglh6qufxj7qmzv0qywulhg
$ input_file_find: find . -type f | gum choose