Ask what makes digital evidence trustworthy and you will hear one word: hash. It is the right answer — and it is almost always explained wrong, in both directions. Vendors oversell it into magic; skeptics dismiss what they cannot pin down. Both errors cost you in a dispute.
The mechanism, in one paragraph
A hash function reads any file and produces a fixed-length string of characters — the fingerprint. The same file always produces the same fingerprint. Change anything, however small — one character in a contract, one pixel in an image — and the fingerprint changes beyond recognition. And the function only runs one way: the fingerprint cannot be reversed into the file, which is why a fingerprint can be published without exposing the content it identifies.
For a function like SHA-512, the odds of two different files accidentally sharing a fingerprint are so remote that no court case will ever turn on it.
What a matching hash establishes
One thing, with near-mathematical certainty: this file, today, is byte-for-byte identical to the file that was fingerprinted back then. Nothing added, nothing removed, nothing retouched.
That single property does real work. It converts "we swear it wasn't edited" into a check the opposing expert can run themselves. It makes tampering detectable rather than merely deniable. And it lets integrity be verified by someone who trusts no one involved — which is the only kind of verification that counts under challenge.
What a hash does not establish
Here is the part sellers skip and cross-examiners love:
- Not when. A hash carries no clock. Proving when a fingerprint existed requires anchoring it to independent time references — timestamp authorities, public append-only networks — issued by parties outside the dispute.
- Not where it came from. A hash of a fabricated page matches the fabricated page perfectly. Integrity is not provenance; the fingerprint certifies bytes, not origins. That is what controlled capture environments are for.
- Not what it means. A hash cannot say content was accurate, or lawful, or written by any particular person. It says: unchanged. Everything else is argument.
Why the honest version wins
It is tempting to blur these lines in marketing — "cryptographically proven evidence" reads better than "cryptographically proven integrity." But in front of a tribunal, the overclaim is a gift to the other side: break the exaggerated version and the legitimate core falls with it.
The defensible position is the modest one, stated precisely: the fingerprint proves the record has not changed since capture; the time references prove when it existed; the capture environment documents where it came from; the custody chain connects all of it. Each layer claims exactly what it can support — which is precisely why the structure holds when someone tries to pull it apart.