Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between CAPTCHA and reCAPTCHA

Tags:

What are the differences between CAPTCHA and reCAPTCHA?

What is the best situation to opt for reCAPTCHA?

like image 735
Neha Prakash Avatar asked Jun 30 '15 05:06

Neha Prakash


People also ask

What are the different types of CAPTCHA?

Modern CAPTCHAs fall into three main categories—text-based, image-based, and audio.

What is reCAPTCHA?

What is reCAPTCHA? reCAPTCHA protects your website from fraud and abuse without creating friction. reCAPTCHA uses an advanced risk analysis engine and adaptive challenges to keep malicious software from engaging in abusive activities on your website.

Why is it called reCAPTCHA?

The name is short for Completely Automated Public Turing test to tell Computers and Humans Apart. Websites need CAPTCHAs to guard against the "bots" of spammers and other computer underworld types.


2 Answers

CAPTCHA is the human validation test (usually the blurry squiglly letters that need to be deciphered) used by many sites to prevent spam.

reCAPTCHA is a reversed CAPTCHA - the same test, used not only to prevent spam but to help in the book digitazion project. In other words, the reCAPTCHA tests are not meaningless combination of words, but excerpts from books that undergo digitation, while CAPTCHA uses several human validation methods including math or general knowledge questions, visual puzzles and even chess puzzles.

Google purchased reCAPTCHA several years ago, and now it is also used to collect street view data

like image 138
Bhavin Avatar answered Sep 22 '22 18:09

Bhavin


A CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a program that can tell whether its user is a human or a computer.

The process involves a computer asking a user to complete a simple test which generated by computer. Because other computers are unable to solve the CAPTCHA, any user entering a correct solution is presumed to be human. Sometimes it is described as a reverse Turing test, because it is done by a machine and targeted to a human. reCAPTCHA does exactly that by channeling the effort spent solving CAPTCHAs online into "reading" books.

reCaptcha is hosted by Google, and one of the more interesting things about it is that it is used to digitize text of old newspapers and books. That’s why there are two “sections” of a reCaptcha instead of the single series of characters for CAPTCHA - one is known text, the other is not. If you get the known one correct, it assumes you got the second one. Then the next time it offers up that same “unknown” text, it is considered possibly known.

A few more times with the same result for the “unknown” text, and it becomes “known” and the text it originated from can be correctly digitized. Clever, eh?

Also, because of frequent updates, I would expect reCAPTCHA to be slightly better at preventing bots from solving them.

Reference: https://anydifferencebetween.com/difference-between-captcha-and-recaptcha/

like image 37
Jaffer Wilson Avatar answered Sep 19 '22 18:09

Jaffer Wilson