Post

Replies

Boosts

Views

Activity

Reply to Verifying PassKey Signature - Structure
Hey! I'm going nuts about the data construction. What data format are you using for rawClientDataJSON and rawAuthenticatorData? Do you use the raw bytes converted from base64? I hash rawClientDataJSON to clientDataHash. Concatenate rawAuthenticatorData and clientDataHash. And finally hash it to nonce, before verifying it. Would appreciate your feedback worlds!
Jan ’24
Reply to Verifying PassKey Signature - Structure
Hey! I'm going nuts about the data construction. What data format are you using for clientData and assertion? Do you use the raw bytes converted from base64? I hash clientData. Concatenate assertion and clientDataHash. And finally hash it to nonce, before verifying it. Would appreciate your feedback worlds!
Jan ’24