Captcha - A Common Way To Fight Automated Submissions

Our days computers and Internet have evolved to theA common type of CAPTCHA requires that the user
point when software tools (such as standalonetype the letters of a distorted image, sometimes with
programs or web scripts) can perform automatedthe addition of an obscured sequence of letters or
task on the web, such as navigating from website todigits that appears on the screen. This usualy ensures
website (spiders) filling and submitting web forms.that only humans can enter the correct answer,
This task was difficult many years ago, and people didbecause is difficult (but not impossible!) for machines to
not thought much about it back then. But now, with theextract the letters and digits from the image.
increasing amount of SPAM and the advanced scriptCAPTCHAs are common used expecially on web
languages, many hackers and spammers are writingforms, where the user is about to enter some sort of
and using scripts to automatically fill and submit forms.information, such as an URL, a comment, a post, or to
Many sites (all the major ones) are using a way tosignup for some service, this will prevent automated
block automated submissions that is constantlysoftware from performing actions such as: posting to
growing in popularity: CAPTCHA.blogs or forums, doing a large number of junk
A CAPTCHA (an initialism for "Completely Automatedautomated submissions, signups.
Public Turing test to tell Computers and HumansCAPTCHAs are by definition fully automated, requiring
Apart", trademarked by Carnegie Mellon University) islittle human maintenance or intervention in administering
a type of challenge-response test used in computingthe test. This has obvious benefits in cost and reliability.
to determine whether or not the user is human.