<?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: How to effectively salt a password stored as a hash in a database</title>
	<atom:link href="http://www.rhyous.com/2012/06/18/how-to-effectively-salt-a-password-stored-as-a-hash-in-a-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rhyous.com/2012/06/18/how-to-effectively-salt-a-password-stored-as-a-hash-in-a-database/</link>
	<description>Knight of the Code</description>
	<lastBuildDate>Sat, 18 May 2013 12:07:49 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: js</title>
		<link>http://www.rhyous.com/2012/06/18/how-to-effectively-salt-a-password-stored-as-a-hash-in-a-database/#comment-55086</link>
		<dc:creator>js</dc:creator>
		<pubDate>Thu, 24 Jan 2013 13:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhyous.com/?p=5259#comment-55086</guid>
		<description><![CDATA[I&#039;d not even say deprecated, but insecure. Salting is not enough to make it hard enough for an attacker to recover the password. PBKDF2 and bcrypt make it way harder, and they can both scale with the improvements in computing power, as the number of rounds is configurable and can be increased.]]></description>
		<content:encoded><![CDATA[<p>I'd not even say deprecated, but insecure. Salting is not enough to make it hard enough for an attacker to recover the password. PBKDF2 and bcrypt make it way harder, and they can both scale with the improvements in computing power, as the number of rounds is configurable and can be increased.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhyous</title>
		<link>http://www.rhyous.com/2012/06/18/how-to-effectively-salt-a-password-stored-as-a-hash-in-a-database/#comment-54524</link>
		<dc:creator>Rhyous</dc:creator>
		<pubDate>Thu, 17 Jan 2013 16:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhyous.com/?p=5259#comment-54524</guid>
		<description><![CDATA[js,

Are you saying salting is now deprecated in favor of PBKDF2? I will have to read about it.]]></description>
		<content:encoded><![CDATA[<p>js,</p>
<p>Are you saying salting is now deprecated in favor of PBKDF2? I will have to read about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: js</title>
		<link>http://www.rhyous.com/2012/06/18/how-to-effectively-salt-a-password-stored-as-a-hash-in-a-database/#comment-54482</link>
		<dc:creator>js</dc:creator>
		<pubDate>Thu, 17 Jan 2013 00:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhyous.com/?p=5259#comment-54482</guid>
		<description><![CDATA[This is a bad idea, as salting is not enough. Please read about PBKDF2 or bcrypt to see how to do it right.]]></description>
		<content:encoded><![CDATA[<p>This is a bad idea, as salting is not enough. Please read about PBKDF2 or bcrypt to see how to do it right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.rhyous.com/2012/06/18/how-to-effectively-salt-a-password-stored-as-a-hash-in-a-database/#comment-29486</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Fri, 29 Jun 2012 17:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhyous.com/?p=5259#comment-29486</guid>
		<description><![CDATA[Excellent post.  Keep up the great work!]]></description>
		<content:encoded><![CDATA[<p>Excellent post.  Keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhyous</title>
		<link>http://www.rhyous.com/2012/06/18/how-to-effectively-salt-a-password-stored-as-a-hash-in-a-database/#comment-29012</link>
		<dc:creator>Rhyous</dc:creator>
		<pubDate>Wed, 20 Jun 2012 19:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhyous.com/?p=5259#comment-29012</guid>
		<description><![CDATA[Also, see http://CrackStation.net/hashing-security.htm#salt]]></description>
		<content:encoded><![CDATA[<p>Also, see http://CrackStation.net/hashing-security.htm#salt</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.rhyous.com @ 2013-05-18 13:52:39 by W3 Total Cache -->