Introduction to Hashing

Notes

In this video lesson we explore why we need to hash passwords. We'll also discuss what the important characteristics are of good hash functions. Then we'll take a look at an example of verifying passwords in a program that uses a hash function.

References