In-browser verifier · WebAssembly
This page runs the exact open-opticon verifier — the stdlib-only Go package (honest-ear/verifier) compiled to WebAssembly, the same code path as the he-verify CLI. Nothing is sent anywhere: the signature, freshness, and anti-replay checks run client-side. Don't trust this page — it's the check running on your own machine.
loading verifier…
The sample is a real bundle produced by the host signer (he-attest-sim) over a 3.1 kHz alarm clip, signed with the published P-256 test key — the same key and algorithm the QEMU TA uses. The verifier auto-detects the envelope: try the raw bound-output bundle or the standards-aligned COSE_Sign1 (RFC 9052) one — same key, same verdict. "Tamper a byte" flips one signed byte so you can watch the signature gate reject it.
A transferable equivocation proof is two checkpoints a log signed at the same size with different roots, each cosigned by an independent witness. A PASS here means — verified entirely in this tab, under the two keys you pin — the log equivocated. You must independently trust those two witness keys; the keys embedded in the proof are never trusted. Get a proof from he-witness's /equivocation-proof endpoint.