<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CAPTCHA images and your website</title>
	<atom:link href="http://www.tmprod.com/blog/2008/captcha-images-your-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tmprod.com/blog/2008/captcha-images-your-website/</link>
	<description>Web Development &#38; Internet Marketing Blog</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:20:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Zac</title>
		<link>http://www.tmprod.com/blog/2008/captcha-images-your-website/comment-page-1/#comment-27</link>
		<dc:creator>Zac</dc:creator>
		<pubDate>Fri, 17 Oct 2008 19:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmprod.com/blog/?p=93#comment-27</guid>
		<description>As long as the &quot;Crayola&quot; captcha results in a real word (as yours shows &quot;insane&quot;), it&#039;s very easy for a human to determine the answer. For example, if I couldn&#039;t quite tell if the first letter was an &quot;l&quot; or an &quot;i,&quot; the second choice is obvious since there&#039;s no English word &quot;lnsane.&quot; It&#039;s when the captcha is simply a string of random letters (or letters plus numbers) that people have problems -- too many letters look like other letters if they&#039;re distorted enough, and also depending upon the font in use.

I&#039;ve also seen math questions employed, such as, &quot;What is four plus three (type the numerical answer in the box below).&quot; At first glance this would seem to be very effective, especially since the addends are spelled out rather than expressed in numbers. But I also wonder if a brute-force attack might defeat it, since I don&#039;t recall seeing anything beyond a single digit answer. Thoughts?

I also found it curious that my ability to post a comment here was unrestricted by the use of a captcha. Irony in play?</description>
		<content:encoded><![CDATA[<p>As long as the &#8220;Crayola&#8221; captcha results in a real word (as yours shows &#8220;insane&#8221;), it&#8217;s very easy for a human to determine the answer. For example, if I couldn&#8217;t quite tell if the first letter was an &#8220;l&#8221; or an &#8220;i,&#8221; the second choice is obvious since there&#8217;s no English word &#8220;lnsane.&#8221; It&#8217;s when the captcha is simply a string of random letters (or letters plus numbers) that people have problems &#8212; too many letters look like other letters if they&#8217;re distorted enough, and also depending upon the font in use.</p>
<p>I&#8217;ve also seen math questions employed, such as, &#8220;What is four plus three (type the numerical answer in the box below).&#8221; At first glance this would seem to be very effective, especially since the addends are spelled out rather than expressed in numbers. But I also wonder if a brute-force attack might defeat it, since I don&#8217;t recall seeing anything beyond a single digit answer. Thoughts?</p>
<p>I also found it curious that my ability to post a comment here was unrestricted by the use of a captcha. Irony in play?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.tmprod.com/blog/2008/captcha-images-your-website/comment-page-1/#comment-28</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 17 Oct 2008 19:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmprod.com/blog/?p=93#comment-28</guid>
		<description>Thanks for commenting Zac,
Theres no doubt in my mind that the Crayola Captcha was easy to read. A handful of people out of thousands complained about its ease of use. But the guy that signs our paychecks decided it was too ugly and therefore we changed to captcha 2. Crayola captcha was indeed ugly, but effective, regardless of case or actually being a real word. All of the captchas I&#039;ve built are based on a string of possible characters, with characters such as 1, l, i, etc stripped out so that there is no way to confuse such characters with another that looks like it.

Math questions as captchas are, in my experience, about as crackable as a static word inside a p tag. I&#039;ve been urged to try them out, and they nearly always fail. And you&#039;re right about brute force attacks, as most people don&#039;t want to be bothered by answering 521671+314229/99 * (6296+302-619), squared, and therefore they&#039;ll be a simple math problem which results in a grand total of 100 possible answers, which could be brute forced in about 1/1,000,000 of a second on any PII processor with 4mb RAM.

I wish we were that creative and ironic though Zac. The reason we don&#039;t use any kind of Captcha on our blogs (or our clients blogs for that matter) is because we use a service called &lt;a href=&quot;http://akismet.com/&quot; title=&quot;askimet spam stopper&quot; rel=&quot;nofollow&quot;&gt;Askimet&lt;/a&gt;, which stops spam in its tracks without the use of a capatcha or other security device. Go check it out, especially if you have a blog!</description>
		<content:encoded><![CDATA[<p>Thanks for commenting Zac,<br />
Theres no doubt in my mind that the Crayola Captcha was easy to read. A handful of people out of thousands complained about its ease of use. But the guy that signs our paychecks decided it was too ugly and therefore we changed to captcha 2. Crayola captcha was indeed ugly, but effective, regardless of case or actually being a real word. All of the captchas I&#8217;ve built are based on a string of possible characters, with characters such as 1, l, i, etc stripped out so that there is no way to confuse such characters with another that looks like it.</p>
<p>Math questions as captchas are, in my experience, about as crackable as a static word inside a p tag. I&#8217;ve been urged to try them out, and they nearly always fail. And you&#8217;re right about brute force attacks, as most people don&#8217;t want to be bothered by answering 521671+314229/99 * (6296+302-619), squared, and therefore they&#8217;ll be a simple math problem which results in a grand total of 100 possible answers, which could be brute forced in about 1/1,000,000 of a second on any PII processor with 4mb RAM.</p>
<p>I wish we were that creative and ironic though Zac. The reason we don&#8217;t use any kind of Captcha on our blogs (or our clients blogs for that matter) is because we use a service called <a href="http://akismet.com/" title="askimet spam stopper" rel="nofollow">Askimet</a>, which stops spam in its tracks without the use of a capatcha or other security device. Go check it out, especially if you have a blog!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

