Replies: 1 comment
-
Also, it would be cool that users could just import their existing ssh-keys they use with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I started hacking a little bit on a TPM plugin for age, and one of the funny quirks is that the OAEP label for the RSA Encryption/Decryption inside the TPM includes a null-byte.
Currently the OAEP label age uses omits this null-byte, but if we consider adding it we could do more fun TPM shenanigans :)
age-plugin-yubikey
only actually works if the sender and the recipient has this package installed. While a theoreticalage-plugin-tpm
implementation won't have that restriction as it could work with both ssh keys and a own TPM-formatted key.To work around this I have a local hack of age so I could that everything works :)
Beta Was this translation helpful? Give feedback.
All reactions