<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How To Crack Captchas</title>
	<atom:link href="http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/</link>
	<description>Floccinaucinihilipilificating antidisestablishmentarianism since 2001.</description>
	<pubDate>Wed, 03 Dec 2008 23:41:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: jared</title>
		<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-2009</link>
		<dc:creator>jared</dc:creator>
		<pubDate>Fri, 07 Mar 2008 02:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-2009</guid>
		<description>Captchas have to use non-linear transformation to become "hard". Rotation, skew, etc. can all be solved by Principle Component Analysis.

Check out this author's run down of why linear transformation is not enough:

http://churchturing.org/captcha-dist/captcha/final.medium.png
http://churchturing.org/captcha-dist/</description>
		<content:encoded><![CDATA[<p>Captchas have to use non-linear transformation to become &#8220;hard&#8221;. Rotation, skew, etc. can all be solved by Principle Component Analysis.</p>
<p>Check out this author&#8217;s run down of why linear transformation is not enough:</p>
<p><a href="http://churchturing.org/captcha-dist/captcha/final.medium.png" rel="nofollow">http://churchturing.org/captcha-dist/captcha/final.medium.png</a><br />
<a href="http://churchturing.org/captcha-dist/" rel="nofollow">http://churchturing.org/captcha-dist/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1983</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 29 Feb 2008 22:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1983</guid>
		<description>Well, I enjoyed your article quite a bit just for the record.</description>
		<content:encoded><![CDATA[<p>Well, I enjoyed your article quite a bit just for the record.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1769</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 23 Jan 2008 16:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1769</guid>
		<description>This is how all my opinions seem to work; I start out with a gut instinct, and tell people until I happen across one who knows what they're talking about, and after a few exchanges I have a far better justified position.

I'd like to think that means I'm open to correction, but I usually seem to end up with roughly the same opinion I had before &lt;i&gt;but for better reasons&lt;/i&gt; so either my instincts are fantastic or I can justify any irrational prejudice. I don't really know how to tell the two apart. I usually enjoy the process, though, so I don't worry about it much.</description>
		<content:encoded><![CDATA[<p>This is how all my opinions seem to work; I start out with a gut instinct, and tell people until I happen across one who knows what they&#8217;re talking about, and after a few exchanges I have a far better justified position.</p>
<p>I&#8217;d like to think that means I&#8217;m open to correction, but I usually seem to end up with roughly the same opinion I had before <i>but for better reasons</i> so either my instincts are fantastic or I can justify any irrational prejudice. I don&#8217;t really know how to tell the two apart. I usually enjoy the process, though, so I don&#8217;t worry about it much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1768</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 23 Jan 2008 16:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1768</guid>
		<description>I have. What I did, really, was to see the captcha for phpBB3, think "that's rubbish, I bet I can crack it in a day" and attack it to see if I could. To be honest, the captcha for phpBB is fairly irrelevant anyway, given how easy it is for even the dimmest script-kiddies to gain access to the admin panel and turn the index page into a billboard.

The "answerhash" isn't just the md5 of the answer, by the way. It's salted with a site ID and some material unique to the page it's on, so a stored answer would only work on one page. If I have to change it again I'll add to that a question ID so that when a question is retired all hashes associated with it are retired as well. It'd mean checking five hashes instead of one, but that's okay.

With image-based ones, the gap between "what computers can't do" and "what humans can do" is closing fast, and probably closed long ago if you consider humans with any kind of disabilities. I don't even think captchas on individual sites are the right approach, long term. We need to stop the spam being sent in the first place -- the web traffic it generates is problematic and expensive enough and the tests to block it are the antithesis of most modern interface design principles.

(Personally, I think we need to start identifying the people whose computers are spam-sending zombies and taking away their broadband. They can't be trusted with it.)</description>
		<content:encoded><![CDATA[<p>I have. What I did, really, was to see the captcha for phpBB3, think &#8220;that&#8217;s rubbish, I bet I can crack it in a day&#8221; and attack it to see if I could. To be honest, the captcha for phpBB is fairly irrelevant anyway, given how easy it is for even the dimmest script-kiddies to gain access to the admin panel and turn the index page into a billboard.</p>
<p>The &#8220;answerhash&#8221; isn&#8217;t just the md5 of the answer, by the way. It&#8217;s salted with a site ID and some material unique to the page it&#8217;s on, so a stored answer would only work on one page. If I have to change it again I&#8217;ll add to that a question ID so that when a question is retired all hashes associated with it are retired as well. It&#8217;d mean checking five hashes instead of one, but that&#8217;s okay.</p>
<p>With image-based ones, the gap between &#8220;what computers can&#8217;t do&#8221; and &#8220;what humans can do&#8221; is closing fast, and probably closed long ago if you consider humans with any kind of disabilities. I don&#8217;t even think captchas on individual sites are the right approach, long term. We need to stop the spam being sent in the first place &#8212; the web traffic it generates is problematic and expensive enough and the tests to block it are the antithesis of most modern interface design principles.</p>
<p>(Personally, I think we need to start identifying the people whose computers are spam-sending zombies and taking away their broadband. They can&#8217;t be trusted with it.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimmy</title>
		<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1766</link>
		<dc:creator>jimmy</dc:creator>
		<pubDate>Wed, 23 Jan 2008 14:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1766</guid>
		<description>Unfortunately, most boards, particularly those that are freely available, suffer from fundamental downfalls in their captcha methods.

Firstly, you &lt;b&gt;CANNOT&lt;/b&gt; allow the user to see the relationship between the captcha question or image and it's solution.  You'd be surprised at how often this is done.  For example, the md5 hashing of the question that you provide on this site does just this (the md5  "answerhash" is embedded in the form code and thus visible to any HTML parser).  Once one solution is calculated (which is easy in your case), it can be applied since they know the relationship between the hashing and the solution, even though it changes.  Banning ip addresses wouldn't work either because spam bots typically work in groups to avoid this, and you don't want to ban a potential website visitor because they've slipped typing in the answer.  Once spammers get it, they share the methods to other spammers so that everyone may enjoy the security hole.

Secondly, you &lt;b&gt;MUST&lt;/b&gt; generate a unique captcha every time.  A question or image should never come up twice, no matter what.  It is pretty clear why this is important.  This is typically why text verification is rarely used, at least by itself.

Thirdly, a good, foolproof, changing, and unique captcha image needs to be developed.  For example, you may have an external chunk of php code using gd to generate an image, generate an id for this image, and put both the id and the solution in a database somewhere unbeknownst to the user.  Then upon submission of something, check the id against the solution in the database, maybe have a script on the db return either true or false, and automatically and immediately delete that entry from the database. 

 I've always been interested in seeing how easy captcha images are to crack, and maybe even writing some code myself to do so.  You should put a small section up on your site where users can submit a link to a chunk of code somewhere that outputs an image, and see how long it takes to develop a crack for it (one that can be applied to any image that is generated, and computes the correct solution 100% of the time).  I firmly believe that with the proper linking of the characters with lines, and the correct usage of colors, fonts, scaling, rotation, overlapping, etc...that captchas are extremely effective.

In all fairness, you've attacked weak catpchas in your post above.  There are some good ones!</description>
		<content:encoded><![CDATA[<p>Unfortunately, most boards, particularly those that are freely available, suffer from fundamental downfalls in their captcha methods.</p>
<p>Firstly, you <b>CANNOT</b> allow the user to see the relationship between the captcha question or image and it&#8217;s solution.  You&#8217;d be surprised at how often this is done.  For example, the md5 hashing of the question that you provide on this site does just this (the md5  &#8220;answerhash&#8221; is embedded in the form code and thus visible to any HTML parser).  Once one solution is calculated (which is easy in your case), it can be applied since they know the relationship between the hashing and the solution, even though it changes.  Banning ip addresses wouldn&#8217;t work either because spam bots typically work in groups to avoid this, and you don&#8217;t want to ban a potential website visitor because they&#8217;ve slipped typing in the answer.  Once spammers get it, they share the methods to other spammers so that everyone may enjoy the security hole.</p>
<p>Secondly, you <b>MUST</b> generate a unique captcha every time.  A question or image should never come up twice, no matter what.  It is pretty clear why this is important.  This is typically why text verification is rarely used, at least by itself.</p>
<p>Thirdly, a good, foolproof, changing, and unique captcha image needs to be developed.  For example, you may have an external chunk of php code using gd to generate an image, generate an id for this image, and put both the id and the solution in a database somewhere unbeknownst to the user.  Then upon submission of something, check the id against the solution in the database, maybe have a script on the db return either true or false, and automatically and immediately delete that entry from the database. </p>
<p> I&#8217;ve always been interested in seeing how easy captcha images are to crack, and maybe even writing some code myself to do so.  You should put a small section up on your site where users can submit a link to a chunk of code somewhere that outputs an image, and see how long it takes to develop a crack for it (one that can be applied to any image that is generated, and computes the correct solution 100% of the time).  I firmly believe that with the proper linking of the characters with lines, and the correct usage of colors, fonts, scaling, rotation, overlapping, etc&#8230;that captchas are extremely effective.</p>
<p>In all fairness, you&#8217;ve attacked weak catpchas in your post above.  There are some good ones!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1765</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 23 Jan 2008 12:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1765</guid>
		<description>No, that's kind of my whole point: "any green-horn" (whatever that might be) should indeed be able to do all of the above, because it's really quite easy. Computer Vision, and all its high-end algorithms, is all well and good and doing amazing things, but it's well outwith the reach of the average person.

A general algorithm would be more interesting, yes, but it would be a major investment of time and I'd be the wrong person to do it. My point was just that I could spend a week or so, crack phpBB's captchas, and then spam all the phpBB forums in the world, which to my mind is a far greater weakness than a susceptibility to advanced computer vision algorithms, because as you pointed out there are so many people who could do what I just did. A few of them are bound to do it.

On the subject of my own captcha, I think to be fair you've underestimated it. It actually was broken once, but not by "entering two letter q's". That's just one of five or six questions that loop around the comments form, which are all simple tasks involving maths and/or moving letters around, and about a year ago, a spambot learned to add two numbers (which is a common question in captchas anyway). All I did was load up the captcha file and delete that question (leaving four or five others). That secured the site again without blocking real comments, and later that day I replaced it with a new question so no harm was done. Yes, the questions are weak but the system that surrounds them is much more robust. I could put in a conventional image-based captcha if I wanted, although that would reduce accessibility, so for the amount of traffic I have now it would probably do more harm than good.

But that's the only time I've had any spam (other than pingbacks, which are so problematic they've all but shut down Technorati) since I installed it, whereas phpBB's captchas are broken daily even on low-traffic forums. Okay, so the smarter spammers you enjoy might learn to enter two "q's" in a day, but I can remove that question that same day. I expect an automated system could remove it in a moment the first or second time WordPress detected a "spammy" comment getting through. Unless they can reverse-md5 long and meaningless strings, they've got nothing long-term but cracking individual questions as they appear.</description>
		<content:encoded><![CDATA[<p>No, that&#8217;s kind of my whole point: &#8220;any green-horn&#8221; (whatever that might be) should indeed be able to do all of the above, because it&#8217;s really quite easy. Computer Vision, and all its high-end algorithms, is all well and good and doing amazing things, but it&#8217;s well outwith the reach of the average person.</p>
<p>A general algorithm would be more interesting, yes, but it would be a major investment of time and I&#8217;d be the wrong person to do it. My point was just that I could spend a week or so, crack phpBB&#8217;s captchas, and then spam all the phpBB forums in the world, which to my mind is a far greater weakness than a susceptibility to advanced computer vision algorithms, because as you pointed out there are so many people who could do what I just did. A few of them are bound to do it.</p>
<p>On the subject of my own captcha, I think to be fair you&#8217;ve underestimated it. It actually was broken once, but not by &#8220;entering two letter q&#8217;s&#8221;. That&#8217;s just one of five or six questions that loop around the comments form, which are all simple tasks involving maths and/or moving letters around, and about a year ago, a spambot learned to add two numbers (which is a common question in captchas anyway). All I did was load up the captcha file and delete that question (leaving four or five others). That secured the site again without blocking real comments, and later that day I replaced it with a new question so no harm was done. Yes, the questions are weak but the system that surrounds them is much more robust. I could put in a conventional image-based captcha if I wanted, although that would reduce accessibility, so for the amount of traffic I have now it would probably do more harm than good.</p>
<p>But that&#8217;s the only time I&#8217;ve had any spam (other than pingbacks, which are so problematic they&#8217;ve all but shut down Technorati) since I installed it, whereas phpBB&#8217;s captchas are broken daily even on low-traffic forums. Okay, so the smarter spammers you enjoy might learn to enter two &#8220;q&#8217;s&#8221; in a day, but I can remove that question that same day. I expect an automated system could remove it in a moment the first or second time WordPress detected a &#8220;spammy&#8221; comment getting through. Unless they can reverse-md5 long and meaningless strings, they&#8217;ve got nothing long-term but cracking individual questions as they appear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimmy</title>
		<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1764</link>
		<dc:creator>jimmy</dc:creator>
		<pubDate>Wed, 23 Jan 2008 06:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1764</guid>
		<description>To begin, I must say that the author fancies himself a bit more of an intellectual than he actually is.  Allow me to elaborate on his opinions if I may.

Computer Vision is (and has been for some time) quite advanced.  Trust me when I say that if Computer Vision is powerful enough to race autonomous robots through unknown terrain, navigate cars through a city on their own, take facial fingerprints (not images, but measurements) of every single person entering the stadium for the Superbowl in 2001,  it can be used to crack a stupid captcha image.

The problem is that you are focusing on each individual captcha that you are cracking, and engineering a crack based on that particular image.  So what?  Any green-horn should be able to do that, and if they can't should not even be trying.  Why wouldn't you push toward designing a program to read ANY image captcha that it encounters?  You may have to put aside your trusty old Matlab for that one, and no, I won't send you any code.

The rant about a administrator approving each and every attempt to register a user is about as brute force of a solution as I can think of.  There are effective captchas out there, some of which I have written that have never been cracked a single time and have been up on forums, guestbooks, blogs, etc... for years with thousands of visitors a day.  Don't claim that you have accomplished something because you have cracked phpBB's image captcha, which, by the way, is not cracking anything at all, since it is open source to begin with.

Maybe you should submit your solution "entering two letter q's" to open source forums so they can benefit from this knowledge.

If I was an asshole, I'd redirect the spam traffic that I get on all the websites I've written and maintain to here; they'd have you cracked in a day or so and fill you up so full of crap you'd actually have some content on the site.  

Sorry if I sound mean, I actually spit out my coffee when I read the letter 'q' thing because I was laughing so hard.  You made my day man.  Thanks.</description>
		<content:encoded><![CDATA[<p>To begin, I must say that the author fancies himself a bit more of an intellectual than he actually is.  Allow me to elaborate on his opinions if I may.</p>
<p>Computer Vision is (and has been for some time) quite advanced.  Trust me when I say that if Computer Vision is powerful enough to race autonomous robots through unknown terrain, navigate cars through a city on their own, take facial fingerprints (not images, but measurements) of every single person entering the stadium for the Superbowl in 2001,  it can be used to crack a stupid captcha image.</p>
<p>The problem is that you are focusing on each individual captcha that you are cracking, and engineering a crack based on that particular image.  So what?  Any green-horn should be able to do that, and if they can&#8217;t should not even be trying.  Why wouldn&#8217;t you push toward designing a program to read ANY image captcha that it encounters?  You may have to put aside your trusty old Matlab for that one, and no, I won&#8217;t send you any code.</p>
<p>The rant about a administrator approving each and every attempt to register a user is about as brute force of a solution as I can think of.  There are effective captchas out there, some of which I have written that have never been cracked a single time and have been up on forums, guestbooks, blogs, etc&#8230; for years with thousands of visitors a day.  Don&#8217;t claim that you have accomplished something because you have cracked phpBB&#8217;s image captcha, which, by the way, is not cracking anything at all, since it is open source to begin with.</p>
<p>Maybe you should submit your solution &#8220;entering two letter q&#8217;s&#8221; to open source forums so they can benefit from this knowledge.</p>
<p>If I was an asshole, I&#8217;d redirect the spam traffic that I get on all the websites I&#8217;ve written and maintain to here; they&#8217;d have you cracked in a day or so and fill you up so full of crap you&#8217;d actually have some content on the site.  </p>
<p>Sorry if I sound mean, I actually spit out my coffee when I read the letter &#8216;q&#8217; thing because I was laughing so hard.  You made my day man.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1758</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Tue, 22 Jan 2008 03:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1758</guid>
		<description>There's always KittenAuth.
http://www.thepcspy.com/contact</description>
		<content:encoded><![CDATA[<p>There&#8217;s always KittenAuth.<br />
<a href="http://www.thepcspy.com/contact" rel="nofollow">http://www.thepcspy.com/contact</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SupSuper</title>
		<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1746</link>
		<dc:creator>SupSuper</dc:creator>
		<pubDate>Sat, 19 Jan 2008 18:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1746</guid>
		<description>Apparently MediaWiki-sites now have a captcha for when someone tries to put external links in an entry.</description>
		<content:encoded><![CDATA[<p>Apparently MediaWiki-sites now have a captcha for when someone tries to put external links in an entry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1741</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 19 Jan 2008 02:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1741</guid>
		<description>No. I never use Yahoo, so I've not even seen their captcha. The only ones I ever see these days are on Blogger.</description>
		<content:encoded><![CDATA[<p>No. I never use Yahoo, so I&#8217;ve not even seen their captcha. The only ones I ever see these days are on Blogger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1740</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Sat, 19 Jan 2008 01:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1740</guid>
		<description>Hi,

Do you crack yahoo captcha in any of your articles?  Do you know where I can find it?

Thanks,

Nick</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Do you crack yahoo captcha in any of your articles?  Do you know where I can find it?</p>
<p>Thanks,</p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1732</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 18 Jan 2008 10:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1732</guid>
		<description>I've not found one. There are a few image processing libraries for C#, although most of them are pricey. Most of the functions I've called on this page are simple enough to write, although an efficient version of bwlabel would be a pain to code -- you'd want to start with a flood fill and build it from there. Simple flood fill routines are very inneficient, though. A good one is a scanline fill -- not too complex, but usually very fast.

I don't know anything much about Java programming, though. I expect there's something out there.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve not found one. There are a few image processing libraries for C#, although most of them are pricey. Most of the functions I&#8217;ve called on this page are simple enough to write, although an efficient version of bwlabel would be a pain to code &#8212; you&#8217;d want to start with a flood fill and build it from there. Simple flood fill routines are very inneficient, though. A good one is a scanline fill &#8212; not too complex, but usually very fast.</p>
<p>I don&#8217;t know anything much about Java programming, though. I expect there&#8217;s something out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1731</link>
		<dc:creator>me</dc:creator>
		<pubDate>Fri, 18 Jan 2008 08:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-1731</guid>
		<description>Is there a package for C#, java that can do this matlab trick?</description>
		<content:encoded><![CDATA[<p>Is there a package for C#, java that can do this matlab trick?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yoji</title>
		<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-935</link>
		<dc:creator>Yoji</dc:creator>
		<pubDate>Thu, 28 Jun 2007 17:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-935</guid>
		<description>The excellent article is made better with the little test on your own reply form.
Simple and effective.</description>
		<content:encoded><![CDATA[<p>The excellent article is made better with the little test on your own reply form.<br />
Simple and effective.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-909</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 06 Jun 2007 09:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/2007/06/05/how-to-crack-captchas/#comment-909</guid>
		<description>Yeah, I've not downloaded phpbb3 to check up on it, as I don't really have any use for it any more, but I think there 'random “same color as the letters” lines' would do little to stop the routine outlined above — they might generate some false positive areas, but they'd mostly be the wrong size and shape so it wouldn't take much morphology to identify and discard them.

It's a clever captcha in a sense: it looks so utterly unlike other captchas that most generic cracking programmes would probably not work. But it's going to be so widely used by almost everyone who installs phpbb3 that it'll be worth writing routines specifically to crack it.

I think they'd be better off making it very easy for users to create and install their own captchas. Granted, a lot of users wouldn't know how to do that, but if enough do it'll become far less worthwhile cracking the default one, and at least it'll mean &lt;i&gt;some&lt;/i&gt; people get a secure forum.</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;ve not downloaded phpbb3 to check up on it, as I don&#8217;t really have any use for it any more, but I think there &#8216;random “same color as the letters” lines&#8217; would do little to stop the routine outlined above — they might generate some false positive areas, but they&#8217;d mostly be the wrong size and shape so it wouldn&#8217;t take much morphology to identify and discard them.</p>
<p>It&#8217;s a clever captcha in a sense: it looks so utterly unlike other captchas that most generic cracking programmes would probably not work. But it&#8217;s going to be so widely used by almost everyone who installs phpbb3 that it&#8217;ll be worth writing routines specifically to crack it.</p>
<p>I think they&#8217;d be better off making it very easy for users to create and install their own captchas. Granted, a lot of users wouldn&#8217;t know how to do that, but if enough do it&#8217;ll become far less worthwhile cracking the default one, and at least it&#8217;ll mean <i>some</i> people get a secure forum.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
