trustcrypto / OnlyKey-Firmware

The OnlyKey Firmware runs on the OnlyKey itself and provides the core functionality of OnlyKey.
https://docs.crp.to/firmware.html
212 stars 40 forks source link

missing support for pseudo-random function (PRF) #168

Open DonEstefan opened 5 months ago

DonEstefan commented 5 months ago

Bitwarden, HeyLogin and other password managers start to rely on a pseudo-random function (PRF) for encrypting the password container using a passkey (see https://bitwarden.com/blog/prf-webauthn-and-its-role-in-passkeys/ or https://w3c.github.io/webauthn/#prf-extension).

When trying to add a PRF based passkey to Bitwarden, I get a warning message that my usb key is missing support for PRF. Is there a plan/timeline to add this to OnlyKey?