Hey all of you PHP geeks, and hackers, if some of you listen ;o) I'm creating a login system, for some upcoming site, which a lot of people will be using, I'm sure - or at least I hope so :)
- So, my question is: WHEN is my login system and stuff like that secure enough? Is it ever gonna be "secure enough"?
I got form validation, where I check, what's send to the database. My passwords are md5 hashed. And people are told to create strong passwords.
- Are there something called: "Secure enough"?
- I'm thinking: All the big sites like facebook and stuff like that, must be having more then this? Is it something that I need? And if so, how?
Some links and stuff like that, would be nice. Thanks in forward :o)