Many of today’s computer passwords are stored and transmitted in a cryptographic hashed form. A strong password hash algorithm ensures that if the password hash is obtained by unauthorized parties ...
So with all of the talk of cracking hashes, I decided to check out the various systems I manage and make sure they're using something sane. Much to my chagrin, I found one that was still using MD5. I ...