<?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>Darknet - The Darkside &#187; blur-info</title>
	<atom:link href="http://www.darknet.org.uk/tag/blur-info/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Fri, 30 Jul 2010 10:38:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Why Blurring or Mosaicing Important Information is a BAD Idea</title>
		<link>http://www.darknet.org.uk/2007/02/why-blurring-or-mosaicing-important-information-is-a-bad-idea/</link>
		<comments>http://www.darknet.org.uk/2007/02/why-blurring-or-mosaicing-important-information-is-a-bad-idea/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 10:00:53 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[General Hacking]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[blur-info]]></category>
		<category><![CDATA[darknet]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacking-mosaic]]></category>
		<category><![CDATA[mosaic]]></category>
		<category><![CDATA[mosaic-info]]></category>
		<category><![CDATA[reverse-engineering]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/02/why-blurring-or-mosaicing-important-information-is-a-bad-idea/</guid>
		<description><![CDATA[I saw a pretty interesting article a few days attempting to reverse engineer the mosaic tool used often online to obscure sensitive or confidential information. The article shows that the mosaic isn&#8217;t actually very random, and in a way you can brute force reverse engineer the mosaic to reveal the contents before they were obscured. [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-BodyRec */
google_ad_slot = "8649785837";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>I saw a pretty interesting article a few days attempting to reverse engineer the mosaic tool used often online to obscure sensitive or confidential information.</p>
<p>The article shows that the mosaic isn&#8217;t actually very random, and in a way you can brute force reverse engineer the mosaic to reveal the contents before they were obscured.</p>
<p>It&#8217;s ok for faces, but when it comes to letters/numbers and text it can be uncovered.</p>
<blockquote><p>For the most part this is all fine with peoples&#8217; faces as there isn&#8217;t a convenient way to reverse the blur back into a photo so detailed that you can recognise the photo. So that&#8217;s good if that is what you intended. However, many people also resort to blurring sensitive numbers and text. I&#8217;ll illustrate why that is a BAD idea.</p>
<p>Suppose someone posted a photo of their check or credit card online for whatever awful reason (proving to Digg that I earned a million dollars, showing something funny about a check, comparing the size of something to a credit card, etc.), blurring out the image with the far-too-common mosaic effect to hide the numbers.</p></blockquote>
<p>Which is true, it is very common.</p>
<p>There is some ubermath geek stuff after this, analysing the brightness vector of the mosaic areas.</p>
<blockquote><p>In this case, the account number 0000001 creates mozaic brightness vector a(0000001)=[213,201,190,...]. We find the mozaic brightness vector for every account number in a similar fashing using a script to blur each image and read off the brightnesses. Let a(x) be the function of the account number x. a(x)_i denotes the ith vector value of the mozaic brightness vector a obtained from account number x. Above, a(0000001)_1 = 213.</p>
<p>We now do the same for the original check image we found online or wherever, obtaining a vector we hereby call z=[z_1,z_2,...z_n]:</p></blockquote>
<p>Anyway go ahead and check the article out, a very interesting read and a real example of proper hacking, thinking of a solution to something, thinking how to break something..</p>
<p>You can read more in the full article here:</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><a href="http://dheera.net/projects/blur.php">Why blurring sensitive information is a bad idea</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Why+Blurring+or+Mosaicing+Important+Information+is+a+BAD+Idea+http://bit.ly/RMwhZ+from+@THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2007/02/why-blurring-or-mosaicing-important-information-is-a-bad-idea/&amp;title=Why+Blurring+or+Mosaicing+Important+Information+is+a+BAD+Idea" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2007/02/why-blurring-or-mosaicing-important-information-is-a-bad-idea/&amp;title=Why+Blurring+or+Mosaicing+Important+Information+is+a+BAD+Idea" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2007/02/why-blurring-or-mosaicing-important-information-is-a-bad-idea/&amp;t=Why+Blurring+or+Mosaicing+Important+Information+is+a+BAD+Idea" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2007/02/why-blurring-or-mosaicing-important-information-is-a-bad-idea/&amp;title=Why+Blurring+or+Mosaicing+Important+Information+is+a+BAD+Idea" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2007/02/why-blurring-or-mosaicing-important-information-is-a-bad-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
