From charlesreid1

Revision as of 11:13, 25 June 2017 by Admin (talk | contribs) (Created page with "Hash functions have two principal applications: cryptographic hash functions, and non-cryptographic hash functions. Cryptographic hash functions must have a much lower probab...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hash functions have two principal applications: cryptographic hash functions, and non-cryptographic hash functions.

Cryptographic hash functions must have a much lower probability of collision, since a collision could result in identity theft or forged documents.

Non-cryptographic hash functions are mainly used for mapping keys to values, so a collision is an inconvenience rather than a problem.