Replies: 2 comments 6 replies
-
Note that SSH keys stored on YubiKeys can't be used to decrypt files. You can use age and YubiKeys seamlessly with https://github.com/str4d/age-plugin-yubikey. |
Beta Was this translation helpful? Give feedback.
-
I have received an age-encrypted file, which was encrypted using the age key derived from my ssh public key. My problem is, that I use GPG for ssh and thus don't have a private key to decrypt the file. I started building a tool to derive age keys from GPG and then stumbled accros this dicussion, but the decryption still fails: https://github.com/pinpox/gpg2age/ Has anyone had any success or would be willing to take at the code? |
Beta Was this translation helpful? Give feedback.
-
I made this tool that converts GPG ed25519 to cv25519 encryption key.
Now my next step is to find out if I use ed25519 key to encrypt file in
age
can I somehow (not directly) decrypt it with GPG. I might need to splice the parts of age encrypted file, but I don't see why it wouldn't be possible.Has anyone tried? Is this possible?
Reason I'm doing this, is of course
Which makes
age
annoying. But GPG can be used to decrypt files when keys are stored in YubiKey.Beta Was this translation helpful? Give feedback.
All reactions