Wednesday, October 25, 2006

CAPTCHA project

CAPTCHA is an acronym for "Completely Automated Public Turing test to tell Computers and Humans Apart".

We all would have seen lot of sites which show an image which is disturbed and has some text in it and we need to read and enter that text in to a textbox so that we can avoid automatic spam bots or automated testing tools entering the page.

This is a project of Carnegie Mellon university and they hold the copyrights for it.

http://www.captcha.net/

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

http://www.aladdin.cs.cmu.edu/

ALADDIN is the algorithmic adaptation dissemination and integration team at CMU their papers are great :)

1 comment:

Krish said...

Nice post, Prashant. I was getting a lot of spam from my website and so I created a poor man's CAPTCHA. :-) The form asks the user to add two numbers and give the value. Even though the form is static now (the numbers don't change), my spam has gone down to zero from around 10-20 spam emails per day. At least for now, it seems to be working!