I have a website that generates a password for registrants based on info that they enter into a web registration form. The info is posted, and mysql_real_escape_string 'ed before it is dumped int o the database and processed. My question is this: How do I defeat someone who wrote a program that automates the process of randomly generating login/passwords and simulating a form posting the info in the hopes of finding one that works (a la the movie Wargames)? Any help would be appreciated.
Thanks,
Michael