Replies: 1 comment 1 reply
-
You might be able to do something with a template encoding the binary contents in base64, and then somehow piping the output into a script that decodes the base64 and then piping that into I would instead store the individual files in KeePassXC, after all it's only the private key and maybe the config file that need to be kept secret. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have my .ssh/ folder tar bzipped and saved in a keepass xc db as an attachment. I can use the
keepassxcAttachment
to get the file but how do I save it as a binary and then extract it with arun_onchange
script? It seems whatever I do, I can't write out the file contents as a binary.Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions