Hash Functions

A hash function takes an input and turns it into a complex and hard to recreate output. They are a form of “one-way function” as they are easy to verify if you know what the input is, but it is extremely hard to calculate the input if you only know the output.

5 thoughts on “Hash Functions

Leave a Reply