Hashing

Process of transforming data into a fixed-size value.

In computer science, hashing is a process of transforming data of arbitrary size into a fixed-size value. This value, known as a hash or hash code, serves as an index to quickly locate the original data in a hash table. Hashing algorithms are widely used for data storage, retrieval, and integrity verification.

Built by Tim Jones