Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Professional Level Login Design [Pt.1] - PHP Tutorials (dreamincode.net)
4 points by Huzi94 on Sept 4, 2011 | hide | past | favorite | 3 comments


The article has some bad practices.

From a quick glance: no bcrypt (uses SHA-512), no HMAC (uses string concatenation), uses DB-specific deprecated `mysql_*` functions instead of PDO (or PEAR::DB etc).


I am not the author of this article but I really apologize if this article has bad practices. I am just a beginner who wants to learn how to design secure login systems in Php. It's a key skill for every web developers. Please, can anyone post useful resources on designing flawless login systems in Php. Thank you.


No prepared queries?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: