Every file — documents, photos, recordings, source code — can be reduced to a unique 64-character string. This is not encryption, nor is it compression. This is a mathematical fingerprint.
Definition
An SHA-256 hash is the output of the SHA-256 mathematical function: a 64-character hexadecimal string (0-9, a-f) derived from the contents of a file. The exact same file yields the exact same hash. Even the smallest modification produces a completely different hash. There is no mathematical way to reverse a hash back into the original file.
Four Mathematical Properties of SHA-256
Demonstration: The Avalanche Effect
Change a single character. The hash changes entirely. There is zero structural correlation between the two outputs.
No patterns. No correlations. This is not a coincidence — it is a deliberate mathematical property engineered to ensure that detecting even the minutest modification is deterministic and inescapable.
Why SHA-256 Is Globally Adopted
SHA-256 is an open standard (FIPS PUB 180-4, NIST) widely embraced due to its cryptographic maturity:
- Financial & banking systems: Verifying transaction log integrity, audit trails, and reconciliation records — SHA-256 ensures data remains untampered post-processing.
- Insurance companies: Claims, policies, and underwriting documents are hashed to prevent post-submission modifications.
- Enterprise software distribution: Installer packages, system updates, and critical configuration files are verified with SHA-256 prior to deployment.
- Digital archives & e-discovery: Institutions and enterprises use hashes to prove stored documents represent original, unaltered versions since archiving.
- E-commerce & marketplaces: Transaction proofs, product images, and item specifications are hashed upon listing — mitigating "item not as described" disputes with mathematical evidence.
- Startups & fundraising: Term sheets, investment agreements, and cap tables are hashed to establish proof of agreed versions prior to closing.
- Real estate & notaries: Draft deeds, lease agreements, and certificate documents are hashed before signing — preventing unilateral alterations after consensus.
- Logistics & supply chain: Bills of lading, delivery receipts, and cargo manifests are hashed to ensure zero tampering during multi-party transit.
- Content creators & digital systems: Videos, music, designs, and publications are hashed prior to release — establishing mathematical proof of when a creation first existed.
With two decades of global deployment and zero practical collision attacks on full SHA-256, this standard powers the world's financial ledgers, digital banking, and critical infrastructure. It is not merely advanced; it is battle-tested.
Hashes Can Be Computed Without VerixID
Hashing is an open mathematical function. Anyone can compute a hash at any time:
Run the exact same command on the identical file on any computer anywhere in the world — the output will be identical. Hashes do not require VerixID. What VerixID provides is an immutable timestamp and an unalterable ledger.
Compute Hash + Record to Ledger
Drop your file on the home page. Your browser calculates SHA-256 locally. Only the hash is transmitted. Recorded on an immutable ledger. Done.
Start — Free