Friday, July 14, 2006

CAPTCHA

CAPTCHA stands for “completely automated public Turing test to tell computers and humans apart.” What it means is, a program that can tell humans from machines using some type of generated test. A test most people can easily pass but a computer program cannot.

This article demonstrates how to create such an image and employ it within an ASP.NET web form.