Ship & Sleep / Verification / Register

Check a Verification Statement.

Enter the statement ID printed on the document. The register confirms whether it exists, what it covered, and the fingerprint the genuine document must have.

Look up an ID

Every issued statement appears here within 24 hours of issuance. No entry, no statement — that simple.

Verify the document itself

The register stores a SHA-256 fingerprint of the report we issued. To confirm your copy is untampered, compute its fingerprint and compare it to the register entry:

Windows: certutil -hashfile report.pdf SHA256
macOS / Linux: shasum -a 256 report.pdf

If the two values match, the document in your hands is bit-for-bit the one we issued. If they don't, one of them isn't ours — and now you know before it costs you anything. The register's own change history is kept under version control, so entries can be added but not silently rewritten.