weee
12-31-2005, 06:58 PM
I built a login system in PHP and I'd like to know how can I check out if it's easy to hack. go through the username and password.
How can I check it?
Thanks!
How can I check it?
Thanks!
|
Click to See Complete Forum and Search --> : Admin login - safety check... how?! weee 12-31-2005, 06:58 PM I built a login system in PHP and I'd like to know how can I check out if it's easy to hack. go through the username and password. How can I check it? Thanks! LiLcRaZyFuZzY 12-31-2005, 09:55 PM where/how is the password stored? SpectreReturns 01-01-2006, 01:36 AM I would generate a random user/password and then without knowing it, try to break into the system without modifying any existing files (but you can create new ones). LiLcRaZyFuZzY 01-01-2006, 06:58 AM the best way to protect the password is to store only the hash (http://php.net/md5) webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |