Security

What is Hashing?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Hashing is a mathematical function for mapping data of arbitrary sizes to fixed-size values. This function produces a "digest" of the data that can be used for verifying that the data has not been modified (amongst other uses)