<?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 Hashing and Salt</title>
	<atom:link href="http://www.gimmesoda.com/md5-hashing-and-salt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gimmesoda.com/md5-hashing-and-salt/</link>
	<description>The Blog of a Programmer</description>
	<lastBuildDate>Tue, 31 Jan 2012 12:40:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: JuanJose</title>
		<link>http://www.gimmesoda.com/md5-hashing-and-salt/comment-page-1/#comment-15734</link>
		<dc:creator>JuanJose</dc:creator>
		<pubDate>Mon, 26 Jul 2010 20:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.gimmesoda.com/?p=38#comment-15734</guid>
		<description>The problem with your assumption here is that you believe the salt would ever become available to you - just because you select a &#039;remember me&#039; option does not mean we would ever store any sensitive data in a cookie. More likely I would send a session ID and a randomly generated auth code, which will get matched against various variables when attempting to validate your cookie.

So really, I don&#039;t see a site wise salt as a bad idea, so long as we never send sensitive information (which we never should!).</description>
		<content:encoded><![CDATA[<p>The problem with your assumption here is that you believe the salt would ever become available to you &#8211; just because you select a &#8216;remember me&#8217; option does not mean we would ever store any sensitive data in a cookie. More likely I would send a session ID and a randomly generated auth code, which will get matched against various variables when attempting to validate your cookie.</p>
<p>So really, I don&#8217;t see a site wise salt as a bad idea, so long as we never send sensitive information (which we never should!).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: austin</title>
		<link>http://www.gimmesoda.com/md5-hashing-and-salt/comment-page-1/#comment-15726</link>
		<dc:creator>austin</dc:creator>
		<pubDate>Mon, 26 Jul 2010 18:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gimmesoda.com/?p=38#comment-15726</guid>
		<description>site wise salt is a bad idea...
suppose im registered at site a, i know my pass and my pass+salt is stored in my cookies (if i said remember me) so i check an md5 of my pass and see it doesnt match, i determine its using a salt, so i use my known pass and a rainbow table to brute force the salt. now i have to know in advance that all users will have that salt...or i can just guess well. and when i get someone elses digest i can use the known salt and a rainbow table and brute force the pass.
this is also true if the algorithm for making the salted md5 is known and the database in compromised such that i have access to the information used, i can then brute force just the same as if there WAS no salt.</description>
		<content:encoded><![CDATA[<p>site wise salt is a bad idea&#8230;<br />
suppose im registered at site a, i know my pass and my pass+salt is stored in my cookies (if i said remember me) so i check an md5 of my pass and see it doesnt match, i determine its using a salt, so i use my known pass and a rainbow table to brute force the salt. now i have to know in advance that all users will have that salt&#8230;or i can just guess well. and when i get someone elses digest i can use the known salt and a rainbow table and brute force the pass.<br />
this is also true if the algorithm for making the salted md5 is known and the database in compromised such that i have access to the information used, i can then brute force just the same as if there WAS no salt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashutosh Grewal</title>
		<link>http://www.gimmesoda.com/md5-hashing-and-salt/comment-page-1/#comment-12700</link>
		<dc:creator>Ashutosh Grewal</dc:creator>
		<pubDate>Sat, 20 Feb 2010 08:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gimmesoda.com/?p=38#comment-12700</guid>
		<description>That was good! :)</description>
		<content:encoded><![CDATA[<p>That was good! :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.gimmesoda.com @ 2012-02-10 08:16:53 -->
