Forum Moderators: coopster
On that note in regards to my site I plan to have a general site that can get as many people as possible ......maybe have a news page login and registration page and a computer guides page for various different aspects in this field and I was wandering basically any good methods for securing a login script that people think are a must!
what I have come up with so far is
use php sesssions
store and validate users ips
use md5 algorithm for passwords
Also are there any scripts people know off that are used alot and are dangerously insecure ......if so why?
I know this is a kind of broad question but I really liked the aforementioned post and it made me realise what a minefield scripts and the legal system can be:-)
and thank you very much for your kind words
I wonder if you are referring to this login script post
PHP User Authentication and Passwords [webmasterworld.com]
though there was another somewhere I went on about login security and it may be that one as well
I have two other threads that might help, especially if the link above is the thread you are referring to
PHP Security [webmasterworld.com]
PHP Peer Code Review [webmasterworld.com]
>> are there any scripts people know off that are used alot and are dangerously insecure
any script you are using that you didn't write should be terated as a security hole. You should go through them and understand what they are doing and how they are doing it so that you are confident things are secure. I almost always end up hacking a few security fixes in to anything I use.