Jump to content

One-way hash algorithm

From Hackerpedia

Languages: English | Français

One-way hash algorithm

Hash algorithms which map arbitrarily long inputs into a fixed-size output such that it is very difficult (computationally infeasible) to find two different hash inputs that produce the same output. Such algorithms are an essential part of the process of producing fixed-size digital signatures that can both authenticate the signer and provide for data integrity checking (detection of input modification after signature).


Source: CNSSI 4009-2015 | Category: