Home / Education / Glossary / Hash

Hash

A hash is a fixed-size alphanumeric string produced by a hash function, which accepts any size of input data and produces a unique, deterministic result. This cryptographic technique maintains data integrity and is frequently used to validate files, passwords, and digital signatures.

Even little changes to the input data result in an entirely new hash, making it nearly impossible to deduce the original data from the hash.