Encrypting private keys with Passkeys #5
maxisch
started this conversation in
Qs and requests
Replies: 1 comment
-
We don't encrypt the private key using the Passkey. Here's a high-level breakdown of the flow to sign with a private key using a Passkey.
Also, check out our security docs for a deeper dive! |
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 understand from responses to other questions, that Turnkey can't access user private keys as they need the authenticator.
My question is regarding Passkeys usage. How do you achieve this? It's my understanding that Passkeys don't allow you to store data nor encrypt/decrypt directly.
I've read that there are some extensions being developed to support encryption/decryption like
PRF extension
, but not still finished.How do you manage to encrypt the private key only with the Passkey?
Beta Was this translation helpful? Give feedback.
All reactions