Cryptographic Hash Function

February 15, 2018

How Can We Help?

Cryptographic Hash Function

You are here:
< Back

A function that maps a bit string of arbitrary length to a fixed length bit string. Approved hash functions satisfy the following properties: 1) (One-way) It is computationally infeasible to find any input which maps to any pre-specified output, and 2) (Collision resistant) It is computationally infeasible to find any two distinct inputs that map to the same output.
SOURCE: SP 800-21