PHP: 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.
Learn what's wrong about it and how to make your PHP code more secure with specialized security functions.
Read on?
Make sure to allow popup-windows for DeSo Identity!