<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ambigram Magazine &#187; ticketmaster</title>
	<atom:link href="http://www.ambigram.com/tag/ticketmaster/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ambigram.com</link>
	<description>a different point of view</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:49:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ambigram Captchas</title>
		<link>http://www.ambigram.com/ambigram-captchas</link>
		<comments>http://www.ambigram.com/ambigram-captchas#comments</comments>
		<pubDate>Fri, 29 May 2009 13:11:34 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[ambigram]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ticketmaster]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.ambigram.com/?p=646</guid>
		<description><![CDATA[Yahoo, Microsoft and Google's Captchas have all recently been hacked.  Could <a href="http://www.flipscript.com" class="tags">ambigram</a> captchas be the answer?]]></description>
			<content:encoded><![CDATA[<p>A Captcha is that warped piece of text that&#8217;s supposed to prevent automated systems from registering for email accounts, posting comments on blogs, or buying blocks of tickets for hot concert tours.</p>
<div class="wp-caption aligncenter" style="width: 300px"><img title="Captcha Example" src="http://upload.wikimedia.org/wikipedia/commons/6/69/Captcha.jpg" alt="Captcha Example" width="290" height="80" /><p class="wp-caption-text">Captcha Example</p></div>
<p>Unfortunately, lately they&#8217;ve been failing to do their job.</p>
<p>Could <a href="http://www.flipscript.com" class="tags" title="ambigram">ambigram</a> captchas be the solution?<span id="more-646"></span></p>
<p>This is no small problem.  Concert giant Ticketmaster claims that they have been <a title="captcha hackers" href="http://www.canada.com/theprovince/news/story.html?id=a091de62-e480-4cd9-bdd3-32e660081d86&amp;k=9897" target="_blank">battling hackers &#8216;like the dickens&#8217;</a>.  The hackers continually defeat Ticketmaster&#8217;s captcha, claim large blocks of tickets, and sell them on eBay, Craigslist and reseller site StubHub for very impressive profits.</p>
<p>This <a title="TicketMaster captchas defeated" href="Ticketmaster http://online.wsj.com/public/article/SB119153995723149557.html" target="_blank">Wall Street Journal article</a> states that the <em>highest</em> price for a ticket on TicketMaster for the recent Hannah Montana &#8220;Best of Both Worlds&#8221; concert ticket was $63, yet the <em>average</em> price for tickets to that show through ticket reseller site StubHub was $237, a profit of almost 400%.</p>
<p>Ticketmaster isn&#8217;t alone.  <a title="Yahoo's captcha hacked" href="http://it.slashdot.org/article.pl?sid=08/01/30/0037254" target="_blank">Yahoo&#8217;s captcha was recently hacked</a>, <a title="Microsoft's captcha hacked" href="http://www.infoworld.com/article/08/04/15/Microsoft-CAPTCHA-easy-to-solve_1.html" target="_blank">Microsoft&#8217;s captcha was hacked</a>, even the highly regarded <a title="Google's captcha hacked" href="http://securitylabs.websense.com/content/Blogs/2919.aspx" target="_blank">captcha for Google was hacked</a>.</p>
<p>According to the <a title="Wikipedia: Captchas" href="http://en.wikipedia.org/wiki/Captcha" target="_blank">Wikipedia entry on captchas</a>, programs that defeat captchas usually contain the following functionality:</p>
<ol>
<blockquote>
<li><b>Pre-processing</b>: Removal of background clutter and noise.</li>
<li><b>Segmentation</b>: Splitting the image into regions which each contain a single character.</li>
<li><b>Classification</b>: Identifying the character in each region.</li>
</blockquote>
</ol>
<p>Furthermore, the Wikipedia article states that the most difficult step to automate is usually #2: The segmentation of the captcha into its individual characters.</p>
<p>I propose that one possible solution would be an ambigram captcha.</p>
<p>An ambigram based captcha would make <em>both</em> the #2 and the #3 stages much more difficult.  Stage #2 would be more difficult since any separation technology that works in one orientation would NOT work in the other orientation, due to the way that ambigram characters combine in a finished design.   A character in an ambigram will often span multiple letters, but usually only in one orientation.  A human does not have a hard time with visually separating the letter forms, but a computer would have a very difficult time doing separation on an ambigram captcha.</p>
<p>For a computer to do the separation step on an ambigram, it would first need to do the Classification step (#3) to determine what characters are there, but if it could do that, it wouldn&#8217;t need to do the separation at all!  Classification is very easy for a human, and we do not require Separation to get there.</p>
<p>The Stage #3 Classification step itself would also be much more difficult, even if stage #2 could somehow be completed with an acceptable level of performance.  After all, it is hard to OCR a word when the font itself has tens of thousands of characters, none of which are public, and all of which are different!</p>
<p>Also, the casing of letters automatically varies within a word, letterforms take on different characteristics based on their usage, and letters split and connected in unexpected and unpredictable ways (unexpected to an OCR system, anyway).</p>
<p>In fact, Stages #2 and #3 would be so hard to crack that Stage #1 (background noise and character warping) could be completely eliminated.  Since this is the easiest part of the process to crack anyway, this won&#8217;t be a large loss from a security standpoint.  Plus, the elimination of the swirls, random lines and noise from the background will make it easier for a human to read, which has become a big problem with highly deformed &#8220;regular&#8221; captchas.</p>
<p>Here is an example of what an ambigram captcha may look like:</p>
<div id="attachment_647" class="wp-caption aligncenter" style="width: 262px"><img class="size-full wp-image-647" title="Ambigram Captcha" src="http://www.ambigram.com/wp-content/uploads/2009/05/teach-learn-ambigram.jpg" alt="Ambigram Captcha" width="252" height="219" /><p class="wp-caption-text">Ambigram Captcha</p></div>
<p>As a side benefit, having 2 words in the captcha (one in each orientation) will make it even more difficult to develop an automated way to hack the system.</p>
<p>Of course, the other common complaint about captcha systems is that they can become too difficult for even some humans to read.  Ambigram captchas would be no exception.  Sometimes people do have a difficult time making out the letter forms, especially the first time they see one.</p>
<p>However, the human has the advantage here in that the generated words could be made to be &#8220;related&#8221; in a way that would be difficult for a computer to comprehend, but would help a human determine the two words from their context.</p>
<p>For instance, in the captcha above, the two words are &#8220;teach&#8221; and &#8220;learn&#8221;.  This is easy for a person to determine based on context and the fact that those two words &#8220;must be the right answer&#8221; since they are related and they &#8220;match&#8221;, but this type of abstract, high-level thinking would be all but impossible for a computer to perform, especially if the database of interconnected word pairs was very large.</p>
<p><a href="http://www.flipscript.com" class="tags">Ambigrams</a> are also based on uniquely <em>human</em> psychological variables, including how we read letter forms.  Furthermore, they are a form of optical illusion, making it even more difficult for a computer based OCR system to decipher.  In the ambigram above, a human would &#8220;understand&#8221; that the extra leg on the bottom left of the &#8220;a&#8221; in teach is unnecessary and would simply ignore it.  An automated system would easily trip up on small things like that.</p>
<p>Of course, its not to be underestimated that an ambigram captcha would likely be one of the most beautiful captcha systems in existence!  Instead of dreading the deciphering of a warped piece of mangled text presented against a grainy, low-contract background, users may actually look forward to the small puzzle that an ambigram captcha represents.</p>
<p>Although not perfect in every way, ambigram captchas may be one solution to the current methods that automated system use to gain entry into systems that only humans should be able to access.</p>
<p>Comments?  Feel free to share them below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ambigram.com/ambigram-captchas/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

