FIDO2 CBOR Attestation Parser

Parse FIDO2/WebAuthn attestation objects in-browser. Paste the CBOR-encoded attestationObject (from AuthenticatorAttestationResponse) or the raw authData bytes. Decodes RP ID hash, credential flags, signature counter, AAGUID, credential ID, COSE public key, and attestation statement formats (packed, tpm, u2f, android-key, etc.).

Attestation Object Input

Paste Base64URL or Hex of attestationObject (the CBOR from navigator.credentials.create response)

Decoded Result

Paste attestation data and click Parse Attestation