2014
ircmaxell/password_compat · GitHub
by srcmax & 1 otherThis library is intended to provide forward compatibility with the password_* functions being worked on for PHP 5.5.
Secure Salted Password Hashing - How to do it Properly
by srcmax & 3 others, 2 commentsIf you're a web developer, you've probably had to make a user account system. The most important aspect of a user account system is how user passwords are protected. User account databases are hacked frequently, so you absolutely must do something to protect your users' passwords if your website is ever breached. The best way to protect passwords is to employ salted password hashing. This page will explain how to do it properly.
2009
2007
2006
1
(5 marks)