<?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>Web Review &#187; security</title>
	<atom:link href="http://www.raneri.it/blog/eng/index.php/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raneri.it/blog/eng</link>
	<description>A blog by Riccardo Raneri</description>
	<lastBuildDate>Thu, 06 Oct 2011 00:18:29 +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>MD5 reverse engineering</title>
		<link>http://www.raneri.it/blog/eng/index.php/2007/06/14/md5-reverse-engineering/</link>
		<comments>http://www.raneri.it/blog/eng/index.php/2007/06/14/md5-reverse-engineering/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 05:19:25 +0000</pubDate>
		<dc:creator>riccardo</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Sites]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://riccardo.raneri.it/blog/eng/index.php/2007/06/14/md5-reverse-engineering/</guid>
		<description><![CDATA[MD5 (Message Digest 5) is a popular way to encrypt passwords (or anything else). Its security is based on the fact that it is a destructive algorithm: if you MD5-encrypt a string, you&#8217;ll get an another 128 bit (16 characters) expression that is the unique checksum of the original string, and it&#8217;s impossible to go [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right: 10px; align=" title="MD5 search engine" src="http://riccardo.raneri.it/blog/eng/wp-content/uploads/2007/06/md5.png" alt="MD5 search engine" /><strong>MD5</strong> (Message Digest 5) is a popular way to encrypt passwords (or anything else).</p>
<p>Its security is based on the fact that it is a <strong>destructive algorithm</strong>: if you MD5-encrypt a string, you&#8217;ll get an another 128 bit (16 characters) expression that is the unique <strong>checksum </strong>of the original string, and <strong>it&#8217;s impossible</strong> to go back. The result can be compared to the MD5 of another string (e.g.: entered by a user); if the two checksum are exactly alikes, the input received is correct.</p>
<p>This is a good way to securely store users&#8217; sensible information (like passwords), making them not understandable by anyone but still usable to <strong>verify </strong>user authentication.<span id="more-159"></span></p>
<p>MD5 reverse engineering is not possible (you should calculate MD5 of any possible string or phrase to find the correspondent original one), but several websites born trying to <strong>do the impossibile</strong>, storing MD5 hashes and original strings from anywhere.</p>
<p>The utopic idea: if we&#8217;ve a database of MD5 checksums of &#8220;everything&#8221;, we have a &#8220;dictionary&#8221; to recover any expression from its MD5.</p>
<p align="center"><!--adsense#VideoBox--></p>
<p>&#8230; maybe just another useless Internet application. Do you want to contribute adding the checksum of your name to the World&#8217;s MD5 database? <img src='http://www.raneri.it/blog/eng/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Mine is <strong>9667aacee4c11ab5cb1aee39cb183599</strong></p>
<p><strong>Biggest MD5 crack databases<br />
</strong><a href="http://nz.md5.crysm.net/" target="_blank">http://nz.md5.crysm.net/</a> (28,000,000+)<br />
<a href="http://md5.rednoize.com/" target="_blank">http://md5.rednoize.com/</a> (47,000,000+)<br />
<a href="http://gdataonline.com/seekhash.php" target="_blank">http://gdataonline.com/seekhash.php</a> (168,000,000+)<br />
<a href="http://www.tmto.org/?category=main&amp;page=search_md5" target="_blank">http://www.tmto.org/?category=main&amp;page=search_md5</a> (306,000,000,000+)</p>
<p><strong>More about MD5</strong><br />
<a href="http://en.wikipedia.org/wiki/MD5" target="_blank">http://en.wikipedia.org/wiki/MD5</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.raneri.it/blog/eng/index.php/2007/06/14/md5-reverse-engineering/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

