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...
Mar 2, 20214 min read70
![What's wrong with md5($_GET['password'])?](https://cdn.hashnode.com/res/hashnode/image/upload/v1610707270655/uxiRAU36B.png)
