reCAPTCHA

reCAPTCHA
The reCAPTCHA logo

reCAPTCHA is a system originally developed at Carnegie Mellon University's main Pittsburgh campus. It uses CAPTCHA to help digitize the text of books while protecting websites from bots attempting to access restricted areas.[1] On September 16, 2009, Google acquired reCAPTCHA.[2] reCAPTCHA is currently digitizing the archives of The New York Times and books from Google Books.[3] Twenty years of The New York Times have been digitized and the project planned to have completed the remaining years by the end of 2010.[4]

reCAPTCHA supplies subscribing websites with images of words that optical character recognition (OCR) software has been unable to read. The subscribing websites (whose purposes are generally unrelated to the book digitization project) present these images for humans to decipher as CAPTCHA words, as part of their normal validation procedures. They then return the results to the reCAPTCHA service, which sends the results to the digitization projects.

The system is reported to display over 200 million CAPTCHAs every day,[5] and among its subscribers are such popular sites as Facebook, TicketMaster, Twitter, 4chan, CNN.com, and StumbleUpon.[6] Craigslist began using reCAPTCHA in June 2008.[7] The U.S. National Telecommunications and Information Administration also used reCAPTCHA for its digital TV converter box coupon program website as part of the US DTV transition.[8]

Contents

Origin

The reCAPTCHA program originated with Guatemalan computer scientist Luis von Ahn, aided by a MacArthur Fellowship. An early CAPTCHA developer, he realized "he had unwittingly created a system that was frittering away, in ten-second increments, millions of hours of a most precious resource: human brain cycles."[9]

Operation

An example of a reCAPTCHA challenge from 2007, containing the words following finding. The waviness and horizontal stroke have been added to increase the difficulty of breaking the CAPTCHA with a computer program.

Scanned text is subjected to analysis by two different optical character recognition programs; in cases where the programs disagree, the questionable word is converted into a CAPTCHA. The word is displayed along with a control word already known. The system assumes that if the human types the control word correctly, the questionable word is also correct.[examples needed] The identification performed by each OCR program is given a value of 0.5 points, and each interpretation by a human is given a full point. Once a given identification hits 2.5 votes, the word is considered called. Those words that are consistently given a single identity by human judges are recycled as control words.[10]

Implementation

reCAPTCHA tests are taken from the central site of the reCAPTCHA project, which supplies the words to be deciphered. This is done through a JavaScript API with the server making a callback to reCAPTCHA after the request has been submitted. The reCAPTCHA project provides libraries for various programming languages and applications to make this process easier. reCAPTCHA is a free service (that is, the CAPTCHA images are provided to websites free of charge, in return for assistance with the decipherment),[11] but the reCAPTCHA software itself is not open source.

reCAPTCHA offers plugins for several web-application platforms, like ASP.NET, Ruby, or PHP, to ease the implementation of the service.

Security

An example of a reCAPTCHA challenge from 2010, containing the words and chisels. The distortion style has since been altered.

The basis of the CAPTCHA system is to prevent automated access to a system by computer programs or "bots". On December 14, 2009, Jonathan Wilkins released a paper describing weaknesses in reCAPTCHA that allowed a solve rate of 18%.[12][13][14] On August 1, 2010, Chad Houck gave a presentation to the DEF CON 18 Hacking Conference detailing a method to reverse the distortion added to images which allowed a computer program to determine a valid response 10% of the time.[15][16] The reCAPTCHA system was modified on 21 July 2010, before Houck was to speak on his method. Houck modified his method to what he described as an "easier" CAPTCHA to determine a valid response 31.8% of the time. Houck also mentioned security defenses in the system such as a high security lock out if a valid response isn't given 32 times in a row.[17] reCAPTCHA frequently modifies its system which would require the author of a similar program to frequently update the method of decoding, which may frustrate potential abusers.

Mailhide

reCAPTCHA has also created project Mailhide, which protects email addresses on web pages from being harvested by spammers.[18] By default, the email address is converted into a format that does not allow a crawler to see the full email address. For example, "mailme@example.com" would be converted to "mai...@example.com". The visitor would then click on the "..." and solve the CAPTCHA in order to obtain the full email address. One can also edit the popup code so that none of the address is visible.

Notes

  1. ^ Luis von Ahn, Ben Maurer, Colin McMillen, David Abraham and Manuel Blum (2008). "reCAPTCHA: Human-Based Character Recognition via Web Security Measures" (PDF). Science 321 (5895): 1465–1468. doi:10.1126/science.1160379. PMID 18703711. http://www.cs.cmu.edu/~biglou/reCAPTCHA_Science.pdf. 
  2. ^ "Teaching computers to read: Google acquires reCAPTCHA". Google. http://googleblog.blogspot.com/2009/09/teaching-computers-to-read-google.html. Retrieved 2009-09-16. 
  3. ^ "reCAPTCHA FAQ". Google. http://www.google.com/recaptcha/faq. Retrieved 2011-06-12. 
  4. ^ Luis von Ahn (2009). NOVA ScienceNow s04e01 (Television production). Event occurs at 46:58. "The New York Times has this huge archive, over 130 years of newspaper archive there. And we've done maybe about 20 years so far of The New York Times in the last few months and I believe we're going to be done next year by just having people do a word at a time." 
  5. ^ "reCAPTCHA FAQ". Google. http://www.google.com/recaptcha/faq. Retrieved 2011-06-12. 
  6. ^ Rubens, Paul (2007-10-02). "Spam weapon helps preserve books". BBC. http://news.bbc.co.uk/2/hi/technology/7023627.stm. 
  7. ^ "Fight Spam, Digitize Books". Craigslist Blog. 2008-06. http://blog.craigslist.org/2008/06/fight-spam-digitize-books/. 
  8. ^ TV Converter Box Program
  9. ^ Hutchinson, Alex (March 2009). "Human Resources: The job you didn't even know you had". The Walrus: pp. 15–16. 
  10. ^ Timmer, John (2008-08-14). "CAPTCHAs work? for digitizing old, damaged texts, manuscripts". Ars Technica. http://arstechnica.com/news.ars/post/20080814-captchas-workfor-digitizing-old-damaged-texts-manuscripts.html. Retrieved 2008-12-09. 
  11. ^ "FAQ". reCAPTCHA.net. http://recaptcha.net/faq.html. 
  12. ^ "Strong CAPTCHA Guidelines". http://bitland.net/captcha.pdf. 
  13. ^ "Google's reCAPTCHA busted by new attack". http://www.theregister.co.uk/2009/12/14/google_recaptcha_busted/. 
  14. ^ "Google's reCAPTCHA dented". http://www.h-online.com/security/news/item/Google-s-reCAPTCHA-dented-888859.html. 
  15. ^ "Def Con 18 Speakers". defcon.org. http://www.defcon.org/html/defcon-18/dc-18-speakers.html#Houck. 
  16. ^ "Decoding reCAPTCHA Paper". Chad Houck. http://n3on.org/projects/reCAPTCHA/docs/reCAPTCHA.docx. 
  17. ^ "Decoding reCAPTCHA Power Point". Chad Houck. http://n3on.org/projects/reCAPTCHA/docs/reCAPTCHA.pptx. 
  18. ^ "Mailhide: Free Spam Protection". reCAPTCHA.net. http://www.google.com/recaptcha/mailhide/. 

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • ReCAPTCHA — is a system developed at Carnegie Mellon University which utilizes CAPTCHA to assist in the process of digitizing the text of books, while protecting websites from bots attempting to access restricted areas. reCAPTCHA supplies subscribing… …   Wikipedia

  • Recaptcha — Saltar a navegación, búsqueda El logo de reCAPTCHA reCAPTCHA es una extensión de la prueba CAPTCHA que se utiliza para reconocer texto presente en imágenes. reCAPTCHA se basa en el hecho de que para un ser humano puede ser simple determinar el… …   Wikipedia Español

  • ReCAPTCHA — Logo du reCAPTCHA …   Wikipédia en Français

  • ReCaptcha — Logo du reCAPTCHA …   Wikipédia en Français

  • ReCAPTCHA — Логотип reCAPTCHA reCAPTCHA  это система для защиты веб сайтов от интернет ботов (спам ботов), основанная на тесте Тьюринга и призванная оградить веб ресурсы от автоматических алгоритмов и программ путём генерации случайного текста и вывода… …   Википедия

  • reCAPTCHA — Логотип reCAPTCHA. reCAPTCHA  система, разработанная в университете Карнеги  Меллон для защиты веб сайтов от интернет ботов, и одновременной помощи в оцифровке текстов книг. Является продолжением проекта …   Википедия

  • reCAPTCHA — Logo du reCAPTCHA. Un exemple de reCAPTCHA : les mots à reconnaître sont «  …   Wikipédia en Français

  • reCAPTCHA — Beispiel einer reCAPTCHA Eingabebox reCAPTCHA ist ein CAPTCHA Dienst, also ein Verfahren, um sicherzustellen, dass eine bestimmte Handlung im Internet von einem Menschen und nicht von einem Bot vorgenommen wird. Das Besondere ist die Tatsache,… …   Deutsch Wikipedia

  • ReCAPTCHA — CAPTCHA [ kæptʃə] ist ein Akronym für Completely Automated Public Turing test to tell Computers and Humans Apart. Wörtlich übersetzt bedeutet das „Vollautomatischer öffentlicher Turing Test, um Computer und Menschen zu unterscheiden“. CAPTCHAs… …   Deutsch Wikipedia

  • Captcha — [ kæptʃə] ist ein Akronym für Completely Automated Public Turing test to tell Computers and Humans Apart. Wörtlich übersetzt bedeutet das „Vollautomatischer öffentlicher Turing Test, um Computer und Menschen zu unterscheiden“. CAPTCHAs werden… …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”