Live data from Hacker News

How and Why to Hash Passwords in PHP

phpsec.org

1–4 of 4 posts

Re: How and Why to Hash Passwords in PHP

#4
Well, bonus points for including SQL that doesn't suffer from SQL injection issues, but every one of the suggestions is wrong.

I'm personally confused by this comment:

  Note: Using MySQL's password() function in your own applications isn't recommended - the algorithm used has changed over time and prior to 4.1 was particularly weak.
So.. if you know it's not recommended, why even include an example of it?