|
|
|
|
|
by spencerflem
184 days ago
|
|
Ah my bad, I thought the distinction was resident = stored on a YubiKey/Secure Enclave/TPM and that was what made them resident. To my credit I think yubikey uses the term that way and webauthn has a different definition but in the context of passkeys you’re right. |
|
The security property you care about is that the plaintext key is only ever processed in use within the secure enclave (transiently, during authentication).
That doesn’t preclude syncing or backing up the encrypted key via a cloud service - if the device allows the application to do that.