Independently verify a wcagcheckr forensic receipt without trusting our server. Paste a forensic-log entry and confirm the cryptographic signatures hold up.
From the extension: Forensic tab → DevTools → Application → IndexedDB →
wcag-forensic-log → audits → copy the entry as JSON.
The entry must include both the hash field and a receipt object.
wcagcheckr
This page verifies our server's ed25519 signature — proof that the signed payload
(hash + anchoredAt + tsaName + productSlug) was witnessed by our server and the
hash matches what's in the receipt's payload. It does not verify the
RFC 3161 timestamp itself; that requires the TSA's CA chain and is best done with
openssl:
[click "Verify" first to see commands tailored to this receipt]
{ hash, anchoredAt, tsaName, productSlug }.
We rebuild that payload from the entry's fields and the well-known product slug./v1/products/wcagcheckr/forensic/public-key. Confirm the fingerprint
matches the one in the receipt — if they don't, the receipt was issued under a
different (rotated) key and verification fails.openssl ts -verify against
FreeTSA's CA chain is the canonical check.