You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation appears to recommend it with salted hash or random, so should we change that?
This includes hash values of personally identifying information, unless the hash function is salted with salt values private to the Relying Party, since hashing does not prevent probing for guessable input values. It is RECOMMENDED to let the user handle be 64 random bytes, and store this value in the user’s account.
The current User Handle (a.k.a user ID) is a hash of the user name.
line-fido2-server/rpserver/src/main/java/com/linecorp/line/auth/fido/fido2/rpserver/controller/CredentialController.java
Line 147 in 22d5aa9
The documentation appears to recommend it with salted hash or random, so should we change that?
https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#sctn-user-handle-privacy
The text was updated successfully, but these errors were encountered: