vote up 1 vote down star

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)

flag

73% accept rate

4 Answers

vote up 7 vote down check

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

link|flag
vote up 2 vote down

A) Captcha
B) ReCaptcha

link|flag
vote up 1 vote down

This is called Captcha

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.