9 Hash Functions
9 Hash Functions
A hash function maps data of arbitrary length to a unique xed length string, called digest.
HASH(X) = Y
Such that:
You can find libraries that implement SHA256 hash in all technologies, so you
never have to write your code for SHA256 implementation.
Here is a small Javascript widget that will calculate sha256 of any data you
enter:
output
e3b0c44298fc1c149afbf4c8996fb924
7ae41e4649b934ca495991b7852b855
Test Yourself
1
Which of the following statements is true?
COMPLETED 0%
1 of 3
In the next lesson, we will discuss what Public key cryptography is.