Best php file manager?
Best php file manager?
Out of context: Reply #10
- Started
- Last post
- 13 Responses
- acescence0
any php-based login system can be equally safe, you just need to transmit and store the passwords with a salted hash. even if someone captures the data in your db they won't know the passwords.
regardless, people need to use strong passwords. and learn a lesson from the twitter people, lock people out after a certain number of attempts so they can't just brute-force guess every common password.
- Good call. There's a whole new niche of training right there.Corvo2