Most effective form of CAPTCHA? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T21:14:31Z http://stackoverflow.com/feeds/question/59560 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/59560/most-effective-form-of-captcha 4 Most effective form of CAPTCHA? Jekke 2008-09-12T17:24:55Z 2009-02-07T07:15:28Z <p>Of all the forms of CAPTCHA available, which one is the "least crackable" while remaining fairly human readable?</p> http://stackoverflow.com/questions/59560/most-effective-form-of-captcha/59570#59570 3 Answer by Thomas Owens for Most effective form of CAPTCHA? Thomas Owens 2008-09-12T17:27:50Z 2008-09-12T17:27:50Z <p>I believe that CAPTCHA is dying. If someone really wants to break it, it will be broken. I read (somewhere, don't remember where) about a site that gave you free porn in exchange for answering CAPTCHAs to they can be rendered obsolete by bots. So, why bother?</p> http://stackoverflow.com/questions/59560/most-effective-form-of-captcha/59575#59575 9 Answer by rpetrich for Most effective form of CAPTCHA? rpetrich 2008-09-12T17:31:05Z 2008-09-12T17:31:05Z <p>I agree with Thomas. Captcha is on its way out. But if you must use it, <a href="http://www.recaptcha.net" rel="nofollow">reCAPTCHA</a> is a pretty good provider with a simple API.</p> http://stackoverflow.com/questions/59560/most-effective-form-of-captcha/59581#59581 1 Answer by Flory for Most effective form of CAPTCHA? Flory 2008-09-12T17:34:32Z 2008-09-12T17:34:32Z <p>This information is hard to really know because I believe a CAPTCHA gets broken long before anybody knows about it. There is economic incentive for those that break them to keep it quiet.</p> <p>I used to work with a guy whose job revolved mostly around breaking CAPTCHA's and I can tell you the one giving them fits currently is <a href="http://recaptcha.net/" rel="nofollow">reCAPTCHA</a>.</p> <p>Now, does that mean it will forever, call me skeptical.</p> http://stackoverflow.com/questions/59560/most-effective-form-of-captcha/59583#59583 10 Answer by Chris Upchurch for Most effective form of CAPTCHA? Chris Upchurch 2008-09-12T17:35:31Z 2008-09-12T17:35:31Z <blockquote> <p>I believe that CAPTCHA is dying. If someone really wants to break it, it will be broken. I read (somewhere, don't remember where) about a site that gave you free porn in exchange for answering CAPTCHAs to they can be rendered obsolete by bots. So, why bother?</p> </blockquote> <p>Anyone who really wants to break this padlock can use a pair of bolt cutters, so why bother with the lock?<br /> Anyone who really wants to steal this car can drive up with a tow truck, so why bother locking my car?<br /> Anyone who really wants to open this safe can cut it open with an oxyacetylene torch, so why bother putting things in the safe?</p> <p>Because using the padlock, locking your car, putting valuables in a safe, and using a CAPTCHA weeds out a large spectrum of relatively unsophisticated or unmotivated attackers. The fact that it doesn't stop sophisticated, highly motivated attackers doesn't mean that it doesn't work at all. Using a CAPTCHA isn't going to stop all spammers, but it's going to tremendously reduce the amount that requires filtering or manual intervention. </p> <p>Heck look at the lame CAPTCHA that Jeff uses on <a href="http://www.codinghorror.com/blog/" rel="nofollow">his blog</a>. Even a wimpy barrier like that still provides a lot of protection.</p> http://stackoverflow.com/questions/59560/most-effective-form-of-captcha/59588#59588 0 Answer by Leahn Novash for Most effective form of CAPTCHA? Leahn Novash 2008-09-12T17:38:28Z 2008-09-12T17:38:28Z <p>As far as I know, the Google's one is the best that there is. It hasn't been broken by computer programs yet. What I know that the crackers have been doing is to copy the image and then send it to many phishing websites where humans solve them to enter those websites.</p> http://stackoverflow.com/questions/59560/most-effective-form-of-captcha/59591#59591 3 Answer by Omer van Kloeten for Most effective form of CAPTCHA? Omer van Kloeten 2008-09-12T17:38:52Z 2008-09-12T17:38:52Z <p>If you're a small enough site, no one would bother.</p> <p>If you're still looking for a CAPTCHA, I like <a href="http://ocr-research.org.ua/teabag.html" rel="nofollow">tEABAG_3D</a> by the <a href="http://ocr-research.org.ua/index.html" rel="nofollow">OCR Research Team</a>. It's complicated to break and uses your 3D vision. Plus, it being developed by people who break CAPTCHAs for fun.</p> http://stackoverflow.com/questions/59560/most-effective-form-of-captcha/59621#59621 0 Answer by Danimal for Most effective form of CAPTCHA? Danimal 2008-09-12T17:53:03Z 2008-09-12T17:53:03Z <p>It doesn't matter if captchas are broken or not now -- <a href="http://ddanchev.blogspot.com/2008/08/exposing-indias-captcha-solving-economy.html" rel="nofollow">there are Indian firms that do nothing but process captchas</a>. I'm with the rest of the group in saying that Captchas are on their way out. </p> http://stackoverflow.com/questions/59560/most-effective-form-of-captcha/289406#289406 0 Answer by Etienne for Most effective form of CAPTCHA? Etienne 2008-11-14T07:07:36Z 2008-11-14T07:07:36Z <p>Here is a cool link to create CAPTCHA..... <a href="http://www.codeproject.com/aspnet/CaptchaImage.asp" rel="nofollow">http://www.codeproject.com/aspnet/CaptchaImage.asp</a></p> http://stackoverflow.com/questions/59560/most-effective-form-of-captcha/289428#289428 0 Answer by Lukman for Most effective form of CAPTCHA? Lukman 2008-11-14T07:22:53Z 2008-11-14T07:22:53Z <p>I wonder if a CAPTCHA mechanism that uses collage made of pictures and asks human to type what he sees in the collage image will be much more crack-proof than the text and number image one. Imagine that the mechanism stitches pictures of cat, cup and car into a collage image and expects human visitor to tick (checkboxes) cat, cup, and car. How long do you think will hackers and crackers will come up with an algorithm to crack the mechanism (i.e. extract image elements from the collage and recognize the object depicted by each picture) ...</p> http://stackoverflow.com/questions/59560/most-effective-form-of-captcha/289430#289430 1 Answer by Slace for Most effective form of CAPTCHA? Slace 2008-11-14T07:25:42Z 2008-11-14T07:25:42Z <p>If you wanted you could try out the Microsoft Research project Asirra: <a href="http://research.microsoft.com/asirra/" rel="nofollow">http://research.microsoft.com/asirra/</a></p> http://stackoverflow.com/questions/59560/most-effective-form-of-captcha/523367#523367 1 Answer by eliben for Most effective form of CAPTCHA? eliben 2009-02-07T07:15:28Z 2009-02-07T07:15:28Z <p>If you're just looking for a captcha to prevent spammers from bombing your blog, the best option is something simple but unique. For example, ask to write the word "Cat" into a box. The advantage of this is that no targeted captcha-breaker was developed for this solution, and your small blog isn't important enough for someone to actually develop one. I've used such a captcha on my blog with some success for a couple of years now.</p>