C / C++ / C#

  1. Home
  2. Computing & Technology
  3. C / C++ / C#
photo of David Bolton

David's C / C++ / C# Blog

By David Bolton, About.com Guide to C / C++ / C#

Recaptcha - Killing two birds with one stone!

Monday September 29, 2008
Recaptcha Web dialogSpammers try to get free email accounts so they can send more spam or add spam comments to some blogs to help promote their website. That's probably the main use of Captchas these days to identify real humans and prevent automated signups. Though that doesn't help when you get people filling in captchas for 75c per thousand! Captcha is short for "Completely Automated Public Turing test to tell Computers and Humans Apart" and the term is trademarked by Carnegie Mellon University.

The second target bird is that of scanning old texts which are difficult to scan in accurately. The recaptcha dialog shows two words- making it harder to process by computer. The first word is an existing correctly processed word- so the chances are that if the user enters that correctly then the second one can be assumed to be correctly identified- especially if a number of people return the same word for it. If you have an ASP.NET website, you can get a free library to put recaptcha on your site. Recaptcha is written in C# and I've added a link to the C# Code Library.

Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Discuss

Community Forum

Explore C / C++ / C#

About.com Special Features

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

Easy ways to connect two computers for networking purposes. More >

C / C++ / C#

  1. Home
  2. Computing & Technology
  3. C / C++ / C#

©2009 About.com, a part of The New York Times Company.

All rights reserved.