EVE ProofEvidence
Real Ed25519 verification, running entirely in your browser. The certificate never leaves this page — paste your own, or use the loaded sample. Then press “Tamper” and watch a single altered byte break the signature.
Verification uses the browser's Web Crypto API to check a genuine Ed25519 signature — not a simulation.
The certificate and public key are processed locally. Nothing is sent to EVE or anyone else.
Change one field and the signature no longer matches the bytes — verification fails, visibly.
The verifier does exactly what an auditor would do on an air-gapped machine — there is no shortcut and no server involved:
signature field is removed, leaving the payload that was originally signed.The same procedure runs in the open-source eve-verify Python, TypeScript, and CLI tools, and in the downloadable verify_sample.py. Identical inputs, identical result — that is the point of offline verification.
Verify a live decision certificate in your browser — then hand the evidence to your own auditor and watch them verify it without us.