View Single Post
Old 05-14-2010, 03:27 PM  
mafia_man
Confirmed User
 
mafia_man's Avatar
 
Industry Role:
Join Date: Jul 2005
Location: icq#: 639544261
Posts: 1,965
Quote:
Originally Posted by AdultSoftwareSolutions View Post
hash = md5(IP ADDRESS + DATE + HOUR + "secretstring")
if (cookie has hash value) let them in
else if (isGood(user, pass)) set cookie to hash
Because IP addresses don't change do they

You're better logging the country of origin using GeoIP. Possibly hashing the user agent, although this isn't good either.

Use a captcha, yes there are farms etc. but it costs money to get people to fill them out.

Force password reset via email on 5 failed attempts.

This isn't rocket science and isn't worth $150.
__________________
I'm out.
mafia_man is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote