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.
Formats: connor.signed-bundle.v1 (full) · connor.signed-bundle-compact.v2 (Merkle rollup) · Algorithm: Ed25519 · Trust model: zero-trust
or paste below
How verification works
  1. Each observation in the bundle includes a receipt_json with a payload, a signature, and the public_key that produced it.
  2. This page calls DRM3Provenance.verifySignature(receipt) from the open-source drm3-provenance WASM SDK loaded with this page.
  3. The SDK reproduces the canonicalized payload, computes its hash, and verifies the signature against the public key.
  4. Connor's public keys are also published at /.well-known/connor-keys.json so you can cross-check.
  5. Want to verify with your own tools? The SDK is at github.com/DRM3Labs/drm3-releases.