5 ms·
The key isn't fetched and never leaves the enclave. The enclave does the crypto functions. Passkeys are meant to replace passwords for the average user. And th
by obpe 3y ago
The key isn't fetched and never leaves the enclave. The enclave does the crypto functions.
Passkeys are meant to replace passwords for the average user. And they definitely succeed at that.
- ChuckMcM 3y agoSo in order to access a service your access device has to have a secure enclave that can enact this crypto?
- tony-allan 3y agoMost modern devices do contain a hardware based Secure Enclave. Because the technology is newish I would do some research before using it for anything really important.
- jruohonen 3y ago> Most modern devices do contain a hardware based Secure Enclave. So like Intel's SGX was so secure until it was not?
- sp332 3y agoIt depends on the implementation, but I think that's the general idea. https://developer.android.com/privacy-and-security/keystore https://developer.android.com/privacy-and-security/keystore for Android, for example.
- justinludwig 3y agoOr you can use an external hardware security key; the latest versions of most security keys (like YubiKey 5, Nitrokey 3, etc) support Passkeys. Passkeys are basically just U2F 2.0, allowing you to use an asymmetric key pair as the first factor instead of the second.
- richardjam73 3y agoWhat if you use multiple different devices? How can they share the key?
- echeese 3y agoYou can add passkeys for each device (e.g. Windows Hello) or use cloud-synced keys (iCloud, Google, 1Password, probably more)