What's wrong with md5($_GET['password'])?
Storing your users' passwords securely is critical.
But still, you can find code like $hash=md5($_GET['password']) in many code bases.
So, what's wrong about it?
Using md5 to hash passwords
While it's good to see use of a hash in the code - instead o...
schleinzer.info4 min read