<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: A little salt is a good thing</title>
	<atom:link href="http://www.summa-tech.com/blog/2010/06/23/a-little-salt-is-a-good-thing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.summa-tech.com/blog/2010/06/23/a-little-salt-is-a-good-thing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-little-salt-is-a-good-thing</link>
	<description>Summa Blog</description>
	<lastBuildDate>Thu, 17 May 2012 15:31:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Nick</title>
		<link>http://www.summa-tech.com/blog/2010/06/23/a-little-salt-is-a-good-thing/comment-page-1/#comment-2966</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 23 Dec 2010 11:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=2104#comment-2966</guid>
		<description>A beautiful, simple explanation. Thank you.</description>
		<content:encoded><![CDATA[<p>A beautiful, simple explanation. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Shaw</title>
		<link>http://www.summa-tech.com/blog/2010/06/23/a-little-salt-is-a-good-thing/comment-page-1/#comment-2643</link>
		<dc:creator>Bill Shaw</dc:creator>
		<pubDate>Thu, 24 Jun 2010 16:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=2104#comment-2643</guid>
		<description>Thanks Darren.  Using usernames probably isn&#039;t as good as random numbers (or as you suggest, random strings), since an attacker might already have precomputed hashes for well-known usernames (such as &quot;root&quot;).  However, this article was only meant to show how salt works in general.  In a real-life implementation, you should use a library that&#039;s already been created to do this stuff, like &lt;a href=&quot;http://www.jasypt.org/&quot; rel=&quot;nofollow&quot;&gt;Jasypt&lt;/a&gt; if you&#039;re doing Java.</description>
		<content:encoded><![CDATA[<p>Thanks Darren.  Using usernames probably isn&#8217;t as good as random numbers (or as you suggest, random strings), since an attacker might already have precomputed hashes for well-known usernames (such as &#8220;root&#8221;).  However, this article was only meant to show how salt works in general.  In a real-life implementation, you should use a library that&#8217;s already been created to do this stuff, like <a href="http://www.jasypt.org/" rel="nofollow">Jasypt</a> if you&#8217;re doing Java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darren fix</title>
		<link>http://www.summa-tech.com/blog/2010/06/23/a-little-salt-is-a-good-thing/comment-page-1/#comment-2642</link>
		<dc:creator>darren fix</dc:creator>
		<pubDate>Thu, 24 Jun 2010 15:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=2104#comment-2642</guid>
		<description>Thanks for the article. I do something similar in a database app that I&#039;m writing, except instead of using a really long random number for the salt, I use the unique userid as the salt. So I guess that I have two questions:

1) Does a long random number make a significant improvement to the password security?
2) If #1 is true, wouldn&#039;t it be better to use a long random string instead?

I know that your article was a &quot;100,000 foot overview&quot; and that my questions fall outside of the scope of the article, but I&#039;m afraid that my curiosity has gotten the better of me.

Thanks,
Darren.</description>
		<content:encoded><![CDATA[<p>Thanks for the article. I do something similar in a database app that I&#8217;m writing, except instead of using a really long random number for the salt, I use the unique userid as the salt. So I guess that I have two questions:</p>
<p>1) Does a long random number make a significant improvement to the password security?<br />
2) If #1 is true, wouldn&#8217;t it be better to use a long random string instead?</p>
<p>I know that your article was a &#8220;100,000 foot overview&#8221; and that my questions fall outside of the scope of the article, but I&#8217;m afraid that my curiosity has gotten the better of me.</p>
<p>Thanks,<br />
Darren.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

