<?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: MD5, &#8216;rainbow tables&#8217; and security</title>
	<atom:link href="http://the-stickman.com/web-development/md5-rainbow-tables-and-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://the-stickman.com/web-development/md5-rainbow-tables-and-security/</link>
	<description>Random developer notes</description>
	<lastBuildDate>Wed, 03 Aug 2011 09:35:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Technology Made Simple</title>
		<link>http://the-stickman.com/web-development/md5-rainbow-tables-and-security/comment-page-1/#comment-979</link>
		<dc:creator>Technology Made Simple</dc:creator>
		<pubDate>Sat, 01 Mar 2008 06:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/web-development/md5-rainbow-tables-and-security/#comment-979</guid>
		<description>Rainbow tables work great, unless the suggestion mentioned in the provided link is implemented, but how many developers think like that? I know for a fact Wordpress doesn&#039;t use this type of security, and it&#039;s one of the most popular blogging platforms on the &#039;net.

Thanks for sharing the link, but until the method becomes common practice, I&#039;ll continue building rainbow tables. It&#039;s fun.

-Guy P.
www.nullamatix.com</description>
		<content:encoded><![CDATA[<p>Rainbow tables work great, unless the suggestion mentioned in the provided link is implemented, but how many developers think like that? I know for a fact WordPress doesn&#8217;t use this type of security, and it&#8217;s one of the most popular blogging platforms on the &#8216;net.</p>
<p>Thanks for sharing the link, but until the method becomes common practice, I&#8217;ll continue building rainbow tables. It&#8217;s fun.</p>
<p>-Guy P.<br />
<a href="http://www.nullamatix.com" rel="nofollow">http://www.nullamatix.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stickman</title>
		<link>http://the-stickman.com/web-development/md5-rainbow-tables-and-security/comment-page-1/#comment-977</link>
		<dc:creator>Stickman</dc:creator>
		<pubDate>Wed, 26 Sep 2007 07:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/web-development/md5-rainbow-tables-and-security/#comment-977</guid>
		<description>From what I understand, salting the password is useful even if the database &lt;i&gt;is&lt;/i&gt; compromised.

For example, even if you use the same hash for all your passwords, and the attacker knows the salt, then they still need to generate a rainbow table specifically for that salt plus every possible password combination -- i.e. a standard rainbow table won&#039;t be valid.

If you use a random salt for every row in the database, and the attacker has access to that salt value for each row, they will have to generate an entire rainbow table for &lt;i&gt;each password&lt;/i&gt;, which would be an astronomical amount of work.</description>
		<content:encoded><![CDATA[<p>From what I understand, salting the password is useful even if the database <i>is</i> compromised.</p>
<p>For example, even if you use the same hash for all your passwords, and the attacker knows the salt, then they still need to generate a rainbow table specifically for that salt plus every possible password combination &#8212; i.e. a standard rainbow table won&#8217;t be valid.</p>
<p>If you use a random salt for every row in the database, and the attacker has access to that salt value for each row, they will have to generate an entire rainbow table for <i>each password</i>, which would be an astronomical amount of work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli</title>
		<link>http://the-stickman.com/web-development/md5-rainbow-tables-and-security/comment-page-1/#comment-976</link>
		<dc:creator>Eli</dc:creator>
		<pubDate>Tue, 25 Sep 2007 23:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/web-development/md5-rainbow-tables-and-security/#comment-976</guid>
		<description>This is pretty nifty stuff.  Salting a hash is a great way to secure passwords against an attacker who doesn&#039;t have access to your database :)</description>
		<content:encoded><![CDATA[<p>This is pretty nifty stuff.  Salting a hash is a great way to secure passwords against an attacker who doesn&#8217;t have access to your database <img src='http://the-stickman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

