I've been setting up a Wordpress site and I've just been reading up about storing passwords in your database, and password hashing. I understand the whole concept- that it's an algorithm that translates the password to a (seemingly) random hexadecimal string, but does so in a predictable way, so the passwords can be stored and used again for checking at login.
Got that. To implement this, where do I start? What do I download, where does it go within my site directory, how do I call it, etc. Any help would be greatly appreciated. Also, not picky about which hashing algorithm to use, I hear MD5 and SHA-1 are the best.
bcryptimplementation that you can use, but how to configure it for Wordpress is probably a question better posed on the Wordpress site. – erickson Aug 8 '12 at 22:34