(no title)
ivlad | 1 year ago
When you need to authenticate, service sends you the encrypted blob, you decrypt it using the key on hardware token and obtain the private key. Than you do (more or less traditional) public key authentication.
So, you don’t need to manage your private keys. Services do it for you.
taeric|1 year ago
Indeed, the first real criticism in the post is "For example, if you create a passkey on your iPhone, it easily syncs to Mac devices but is incredibly difficult to use on a Windows device." It is the private key that they are syncing to all of your devices. And they do that for you because they control all of the places that they sync.
I think you can make the case that they should not sync this off device for you, but then you are in the "what happens when my device is lost/broken/stolen?"
You could also argue that they should let you export the key. But then you are back into the "credentials are easily stolen."
protonpass|1 year ago
Regarding passkey implementation, it's up to individual websites whether they use passkey or passkey + 2FA, etc..