What hash algorithm is used for password authentication?
In web development (most commonly PHP/MySQL), the two most
common hashes are SHA-1 and MD5.
Windows application developers have access to a wider array of
hashes, including SHA-1, MD5, SHA356, and more.