Is it possible to encrypt a local db using a passkey registered in the Users phone ? #454
AllanOricil
started this conversation in
General
Replies: 1 comment 3 replies
-
If you found a mobile phone that supported |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@MasterKale
I read this https://blog.millerti.me/2023/01/22/encrypting-data-in-the-browser-using-webauthn/ and I was thinking if I could encrypt a local db using the same approach. The passkey would be in a Mobile phone, when starting the auth, a User is asked to go through Multi-device flow. With a successful auth, prf is sent to the browser, then the browser sends is to a local server (via application url) which is then going to decrypt the db info. Would it work?
Beta Was this translation helpful? Give feedback.
All reactions