<?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: Do Passwords Right</title>
	<atom:link href="http://blog.afoolishmanifesto.com/archives/1286/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.afoolishmanifesto.com/archives/1286</link>
	<description>fREWdiculous!</description>
	<lastBuildDate>Mon, 16 Jan 2012 12:16:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: fREW Schmidt</title>
		<link>http://blog.afoolishmanifesto.com/archives/1286/comment-page-1#comment-982</link>
		<dc:creator>fREW Schmidt</dc:creator>
		<pubDate>Thu, 04 Feb 2010 18:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1286#comment-982</guid>
		<description>@Andrew: I thought I made it clear that this scheme does use a unique salt per user.  Sorry I wasn&#039;t clear enough for you :-)

@Michael: indeed.</description>
		<content:encoded><![CDATA[<p>@Andrew: I thought I made it clear that this scheme does use a unique salt per user.  Sorry I wasn&#8217;t clear enough for you <img src='http://blog.afoolishmanifesto.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>@Michael: indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Peters</title>
		<link>http://blog.afoolishmanifesto.com/archives/1286/comment-page-1#comment-981</link>
		<dc:creator>Michael Peters</dc:creator>
		<pubDate>Thu, 04 Feb 2010 14:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1286#comment-981</guid>
		<description>Salts are only kept secret if they aren&#039;t unique per-password. If you have a unique salt it&#039;s typically stored as part of the hashed password, so that the encrypted password can be used as the salt when checking a login attempt to make sure they hash to the same thing.</description>
		<content:encoded><![CDATA[<p>Salts are only kept secret if they aren&#8217;t unique per-password. If you have a unique salt it&#8217;s typically stored as part of the hashed password, so that the encrypted password can be used as the salt when checking a login attempt to make sure they hash to the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Rodland</title>
		<link>http://blog.afoolishmanifesto.com/archives/1286/comment-page-1#comment-978</link>
		<dc:creator>Andrew Rodland</dc:creator>
		<pubDate>Thu, 04 Feb 2010 07:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1286#comment-978</guid>
		<description>Not &quot;you can have a unique salt per password&quot;. You *must* have a unique salt per password, chosen randomly when the password is set or reset, or none of the other stuff is even worth the time you spent on it.

Fortunately your example *does* get it right, so there isn&#039;t any additional work to be done!</description>
		<content:encoded><![CDATA[<p>Not &#8220;you can have a unique salt per password&#8221;. You *must* have a unique salt per password, chosen randomly when the password is set or reset, or none of the other stuff is even worth the time you spent on it.</p>
<p>Fortunately your example *does* get it right, so there isn&#8217;t any additional work to be done!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

