<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hack a Day &#187; sha</title>
	<atom:link href="http://hackaday.com/tag/sha/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 06:18:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hackaday.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/5560f98f805877b0e332f191cb9e0af3?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Hack a Day &#187; sha</title>
		<link>http://hackaday.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hackaday.com/osd.xml" title="Hack a Day" />
	<atom:link rel='hub' href='http://hackaday.com/?pushpress=hub'/>
		<item>
		<title>25C3: Hackers completely break SSL using 200 PS3s</title>
		<link>http://hackaday.com/2008/12/30/25c3-hackers-completely-break-ssl-using-200-ps3s/</link>
		<comments>http://hackaday.com/2008/12/30/25c3-hackers-completely-break-ssl-using-200-ps3s/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 17:40:41 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[cons]]></category>
		<category><![CDATA[security hacks]]></category>
		<category><![CDATA[25c3]]></category>
		<category><![CDATA[alex soritov]]></category>
		<category><![CDATA[berlin]]></category>
		<category><![CDATA[CA]]></category>
		<category><![CDATA[ccc]]></category>
		<category><![CDATA[certificate authority]]></category>
		<category><![CDATA[collision]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[hacker conference]]></category>
		<category><![CDATA[hype]]></category>
		<category><![CDATA[jake apelbaum]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[playstation]]></category>
		<category><![CDATA[playstation 3]]></category>
		<category><![CDATA[rapidssl]]></category>
		<category><![CDATA[sha]]></category>
		<category><![CDATA[sha-1]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=7367</guid>
		<description><![CDATA[A team of security researchers and academics has broken a core piece of internet technology. They made their work public at the 25th Chaos Communication Congress in Berlin today. The team was able to create a rogue certificate authority and use it to issue valid SSL certificates for any site they want. The user would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=7367&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><img class="size-full wp-image-7368 aligncenter" title="ps31" src="http://hackadaycom.files.wordpress.com/2008/12/ps31.jpg" alt="ps31" width="300" height="400" /></p>
<p>A team of security researchers and academics has broken a core piece of internet technology. They made their work public at the <a title="25c3  - Hack a Day" href="http://hackaday.com/tag/25c3">25th Chaos Communication Congress</a> in Berlin today. The team was able to create a <a title="Creating a rogue CA certificate" href="http://phreedom.org/research/rogue-ca/">rogue certificate authority and use it to issue valid SSL certificates</a> for any site they want. The user would have no indication that their HTTPS connection was being monitored/modified.</p>
<p><span id="more-7367"></span></p>
<p>This attack is possible because of a flaw in MD5. MD5 is a hashing algorithm; each unique file has a unique hash. In 2004, a team of Chinese researchers demonstrated creating two different files that had the same MD5 hash. In 2007, another team showed theoretical attacks that took advantage of these collisions. The team focused on SSL certificates signed with MD5 for their exploit.</p>
<p>The first step was doing some broad scans to see what <a title="Certificate authority - Wikipedia, the free encyclopedia" href="http://en.wikipedia.org/wiki/Certificate_Authority">certificate authorities</a> (CA) were issuing MD5 signed certs. They collected 30K certs from Firefox trusted CAs. 9K of them were MD5 signed. 97% of those came from <a title="SSL Certificate Free SSL Certificates RapidSSL Certificate Authority" href="http://www.rapidssl.com/">RapidSSL</a>.</p>
<p>Having selected their target, the team needed to generate their rogue certificate to transfer the signature to. They employed the processing power of 200 Playstation 3s to get the job done. For this task, it&#8217;s the equivalent of 8000 standard CPU cores or $20K of Amazon EC2 time. The task takes ~1-2 days to calculate. The tricky part was knowing the content of the certificate that would be issued by RapidSSL. They needed to predict two variables: the serial number and the timestamp. RapidSSL&#8217;s serial numbers were all sequential. From testing, they knew that RapidSSL would always sign six seconds after the order was acknowledged. Knowing these two facts they were able to generate a certificate in advance and then purchase the exact certificate they wanted. They&#8217;d purchase certificates to advance the serial number and then buy on the exact time they calculated.</p>
<p>The cert was issued to their particular domain, but since they controlled the content, they changed the flags to make themselves an intermediate certificate authority. That gave them authority to issue any certificate they wanted. All of these &#8216;valid&#8217; certs were signed using SHA-1.</p>
<p>If you set your clock back to before August 2004, you can <a href="http://i.broke.the.internet.and.all.i.got.was.this.t-shirt.phreedom.org/">try out their live demo site</a>. This time is just a security measure for the example and this would work identically with a certificate that hasn&#8217;t expired. There&#8217;s a <a title="Creating a rogue CA certificate" href="http://phreedom.org/research/rogue-ca/">project site</a> and a much <a title="MD5 considered harmful today" href="http://www.win.tue.nl/hashclash/rogue-ca/">more detailed writeup than this</a>.</p>
<p>To fix this vulnerability, all CAs are now using SHA-1 for signing and Microsoft and Firefox will be blacklisting the team&#8217;s rogue CA in their browser products.</p>
<br />Posted in cons, security hacks  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/7367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/7367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/7367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/7367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/7367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/7367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/7367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/7367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/7367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/7367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/7367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/7367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/7367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/7367/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=7367&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2008/12/30/25c3-hackers-completely-break-ssl-using-200-ps3s/feed/</wfw:commentRss>
		<slash:comments>76</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">RobotSkirts</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2008/12/ps31.jpg" medium="image">
			<media:title type="html">ps31</media:title>
		</media:content>
	</item>
		<item>
		<title>ToorCon 9: Crypto Boot Camp</title>
		<link>http://hackaday.com/2007/10/19/toorcon-9-crypto-boot-camp/</link>
		<comments>http://hackaday.com/2007/10/19/toorcon-9-crypto-boot-camp/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 02:59:00 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[pcs hacks]]></category>
		<category><![CDATA[aes]]></category>
		<category><![CDATA[crypto]]></category>
		<category><![CDATA[des]]></category>
		<category><![CDATA[rsa]]></category>
		<category><![CDATA[sha]]></category>

		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/10/19/toorcon-9-crypto-boot-camp/</guid>
		<description><![CDATA[[Rodney Thayer] gave a 2 hour seminar on cryptographic technology. It was designed to give the audience a working knowledge for dealing with vendors. He gave some rules of thumb for choosing encryption. In order of preference, when doing symmetric key crypto: use AES with a minimum 128bit key, if not that 3-key Triple-DES, or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=1503&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img width="450" vspace="4" hspace="4" height="300" border="0" alt="" src="http://hackadaycom.files.wordpress.com/2007/10/toorcon9badge.jpg?w=450&#038;h=300" /></p>
<p>[Rodney Thayer] gave a 2 hour seminar on cryptographic technology. It was designed to give the audience a working knowledge for dealing with vendors. He gave some rules of thumb for choosing encryption. In order of preference, when doing symmetric key crypto: use <a href="http://en.wikipedia.org/wiki/Advanced_Encryption_Standard">AES</a> with a minimum 128bit key, if not that 3-key Triple-DES, or last RC4 with 128bit key. For hashing: <a href="http://en.wikipedia.org/wiki/SHA">SHA</a> 256 preferred, SHA 1 if you can&#8217;t do any better, and MD5 if you can&#8217;t SHA. For public key: <a href="http://en.wikipedia.org/wiki/RSA">RSA</a> using at least a 2048bit key. The top choices in these lists were picked because they&#8217;ve stood up to years of scrutiny. One major theme of talk was to never roll your own crypto algorithm or buy someone elses. Proprietary algorithms get broken all the time, like the <a href="http://www.hackaday.com/2007/08/11/cccamp-2007-gsm-a5-cracking/">GSM A5 crypto</a> we talked about earlier this year.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackadaycom.wordpress.com/1503/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackadaycom.wordpress.com/1503/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/1503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/1503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/1503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/1503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/1503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/1503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/1503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/1503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/1503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/1503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/1503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/1503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/1503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/1503/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=1503&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2007/10/19/toorcon-9-crypto-boot-camp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">RobotSkirts</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2007/10/toorcon9badge.jpg" medium="image" />
	</item>
	</channel>
</rss>
