Tamper-evidence layers
Tamper-evident technology in 60 seconds
A signed document is tamper-evident when any change to it is detectable. Three mechanisms deliver this: the document hash, the digital signature binding, and the audit trail that records every event. Together they mean a modified signed document cannot pass as the original.
Why tamper evidence is the point of signing
A signature on a document is only meaningful if the document is the one that was signed. Tamper evidence is what connects the two: it proves the content you hold is the content the signer approved. Without it, a signature proves nothing.
Hash behavior on any change
Signature binding
Audit trail recording
The three tamper-evidence layers
Each layer catches a different kind of tampering. Together they cover the field.
A fingerprint of the exact content. Change one byte, and the hash changes completely. The original hash is stored at signing time.
The digital signature encrypts the hash with the signer's key. Verification recomputes and compares, failing loudly on any mismatch.
A chronological record of every event: uploads, views, signatures, completions. It establishes what happened, when, and by whom.
How tampering gets caught
The detection story differs by what was tampered with.
Content changed
The recomputed hash no longer matches the signed hash. Verification fails, and the audit trail shows the document was modified after signing.
Signature copied
A copied signature decrypts to a different document's hash. The mismatch exposes the copy immediately.
Event history altered
Audit logs with hash chaining or write-once storage resist retroactive edits. Any alteration breaks the chain.
Evidence in practice
Tamper evidence only helps if you can present it. Practice matters.
Keep the signed original
Archive the signed PDF and audit certificate together. The certificate is the evidence package that verification tools can check.
Preserve metadata
Timestamps, IP logs, and certificate data support the record. Strip nothing when archiving.
Know your verification path
Before you need it in a dispute, confirm you can verify the signature: which tool, which certificate chain, and whether the CA is still trusted.
Common questions about tamper-evident documents
Not if it carries a digital signature or a signed hash. Any change breaks verification. A plain image signature, however, provides no such protection.
The eSign.AI tamper-evidence design
eSign.AI builds tamper evidence into every signed document: content hashing, signature binding, and a complete audit trail with certificate export. When a dispute arrives, the evidence package is ready to verify, not a stack of claims.
Legal review checklist
Before publishing, verify the following points with legal review.
Technical accuracy
Hash and signature explanations must be technically accurate and current.
Evidence framing
Claims about what audit trails prove should be framed as supporting evidence, not guarantees of admissibility.
Longevity claims
Statements about how long tamper evidence lasts should acknowledge algorithm and toolchain evolution.







