22

What are the differences between CAPTCHA and reCAPTCHA?

What is the best situation to opt for reCAPTCHA?

2
  • 5
    Recaptcha is captcha. Captcha is not recaptcha.
    – dfsq
    Commented Jun 30, 2015 at 5:37
  • we also got hCAPTCHA now..mostly used by cloudflare.
    – ns15
    Commented Sep 6, 2022 at 13:02

4 Answers 4

16

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

14

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/

1
  • 2
    @KalyanRaghu I hope now it is... :) Commented Sep 17, 2018 at 6:32
4

reCAPTCHA is a type of CAPTCHA. It is easier for humans and relatively difficult for bots to crack, which is the sole purpose of having a CAPTCHA in forms. If you need a CAPTCHA, go for reCAPTCHA.

-1

I think I remember CAPTCHA from a few years ago for Gmail.

reCAPTCHA is easier for people. I usually had some difficulty getting past the old CAPTCHA, because I couldn't quite read the letters and had a hard time seeing the difference between "O" and "Q" or other similar looking letters like "mn" or "nm".

I recommend reCAPTCHA over CAPTCHA since it's easier for actual users, and you can always add a firewall to help block bots.

Not the answer you're looking for? Browse other questions tagged or ask your own question.