Paste a case-file binder manifest (from the Case-File Binder Composer) and, optionally, the receipts it references, and get back one zip an examiner can open on a machine with no network connection at all: a self-contained verify.html, the raw JSON receipts, and a plain-English README. Built entirely in your browser with a small vendored zip writer, no CDN, no server call.
binder.json with its verify_hint intact, so the examiner knows where to go get it.dig +dnssec against a validating resolver at build time. This tool stores the raw record text as-is and does not query DNS or validate the chain itself; validation is deferred to standard tooling (delv, or any validating stub resolver).verify.html (a self-contained offline verifier), binder.json (the signed case-file binder manifest), receipts/ (whichever receipts were attached at build time), an optional dnssec-chain-capture.json, and README.txt (the same reference in plain English, inside the zip).queried_name, the domain or record the capture covers; resolver, the validating resolver that answered; captured_at, the ISO 8601 time of the capture; and raw_chain_text, the unmodified dig +dnssec output from the leaf RRSIG and DNSKEY through the DS records up to the root. The tool stores the object verbatim. It never queries DNS itself and never validates the chain; confirming the chain is deferred to standard tooling, such as delv or any validating stub resolver, replayed against the well-known, publicly pinned root KSK.