|
TexasWebDevelopers -> RE: Authentication (7/3/2008 12:59:33 AM)
|
The finest CAPTCHA program is Microsoft's ASIRRA. See it in action at the bottom of the page, here: http://www.dallasacr.org/Dallas-ACR-Board-of-Directors.aspx You can use this with ASP, .NET, PHP, etc. A CAPTCHA is a small application that is a "Turing test" to see if you are a human or a web bot before submitting a form. Most CAPTCHAS have been "solved" by hackers except this one! The reason has to do with the images used--most CAPTCHA images are too simple and can be easily "read" digitally--others are limited by the number of images in the database of images presented. ASIRRA uses tiny images of cats and dogs that enlarge on mouseover. Make a mistake and the page reloads a new set of images from a set of hundreds of thousands of images on PetFinder.com You can't hack this one...(well, not yet, anyway). and best of all, it's FREE. Follow the help/information link on the example to get the code.
|
|
|
|