How Do I: Use Hashing to Secure Information
Pat Tormey shows how (and why) to use “Salt and Hash”. Hashing is essentially a one-way cipher. To make it more secure, we add a “secret” (Salt) to the secret and then hashes the results. Any two secrets can be compared to each other by comparing their results. This allows passwords to be stored in a database or transmitted across the web without the actual password ever being discovered. Note: Watch for a quick lesson on VB PowerToys graphics.
Author: Pat Tormey