views:

60

answers:

4

Often when you fill in a form on the web you are asked to type in some characters from an image to validate you aren't a robot etc.

Does anyone know A) what you actually call these things? B) are there any third party tools that can be used to generate the images? (.NET focus here)

+7  A: 

Captcha

The term "CAPTCHA" (based upon the word capture) stands for "Completely Automated Public Turing test to tell Computers and Humans Apart."

Re-Captcha is very popular

Dead account
+2  A: 

A) Captcha
B) ReCaptcha

Lars Mæhlum
+1  A: 

This is called Captcha

http://en.wikipedia.org/wiki/Captcha

whiz
A: 

Note that Recaptcha has an ASP.NET implementation, which you should find useful.

Brian Agnew