Hash

Hash

A Hash algorithm converts a very large amount of data into a fixed-length hash. That hash is tied to the data, but if one bit of the data is changed, the hash will be something completely different. Hashes are large numbers written as hexadecimal.


Rating