Tag Archives: hashes

Infinite Passwords?

When you create an account on a website the server doesn’t store your password, it stores a hash of your password. The most basic .htaccess security uses (I believe) an MD5 hash of your password.  The hash is one-way, so … Continue reading

Posted in Random, Tech | Tagged , , , | Leave a comment