What is a Hash algorithm
Answer
A hash signature is a function to digest a big set of data. As a result, another finite set of data, usually smaller, is created. There are different types, but its main property is that if to results of a same function are differents, then the input data will also be different.

