Verify a Connor bundle
Paste any Connor signed bundle below. Every receipt is verified in your browser using the public Ed25519 keys. Nothing is sent to a server. This page works offline once loaded.
or paste below
- Each observation in the bundle includes a
receipt_jsonwith a payload, asignature, and thepublic_keythat produced it. - This page calls
DRM3Provenance.verifySignature(receipt)from the open-sourcedrm3-provenanceWASM SDK loaded with this page. - The SDK reproduces the canonicalized payload, computes its hash, and verifies the signature against the public key.
- The page also fetches Connor's published key registry at /.well-known/connor-keys.json and grades every signing key's lifecycle: current keys verify, rotated keys verify for receipts inside their validity window (marked "key since rotated"), and compromised, revoked, or unregistered keys FAIL even when the signature math passes. If the registry is unreachable the result is reported as signature-only.
- Want to verify with your own tools? The SDK is at github.com/DRM3Labs/drm3-releases.