An algorithm that generates a fixed-size digest from its input (e.g., a message).
The algorithm has the properties that different inputs are extraordinarily unlikely to yield the same digest, small changes in its input lead to large changes in its output, and it is computationally intractable to generate an input that yields the same digest as another given input.
Context Categories:
Data Security