<?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: Unsafe Password Storage Practices</title>
	<atom:link href="http://dansnetwork.com/2008/07/15/unsafe-password-storage-practices/feed/" rel="self" type="application/rss+xml" />
	<link>http://dansnetwork.com/2008/07/15/unsafe-password-storage-practices/</link>
	<description>Web Design, Javascript, CSS, and More...</description>
	<lastBuildDate>Sat, 06 Mar 2010 12:45:08 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kristian Lunde</title>
		<link>http://dansnetwork.com/2008/07/15/unsafe-password-storage-practices/comment-page-1/#comment-900</link>
		<dc:creator>Kristian Lunde</dc:creator>
		<pubDate>Fri, 18 Jul 2008 08:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/07/15/unsafe-password-storage-practices/#comment-900</guid>
		<description>Good post, short and simple, gives a good introduction to securing user passwords. But take notice of the reply from Jeremy Weiskotten, to do avoid rainbow table attacks you should always use salting.</description>
		<content:encoded><![CDATA[<p>Good post, short and simple, gives a good introduction to securing user passwords. But take notice of the reply from Jeremy Weiskotten, to do avoid rainbow table attacks you should always use salting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Champine</title>
		<link>http://dansnetwork.com/2008/07/15/unsafe-password-storage-practices/comment-page-1/#comment-894</link>
		<dc:creator>Mark Champine</dc:creator>
		<pubDate>Thu, 17 Jul 2008 22:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/07/15/unsafe-password-storage-practices/#comment-894</guid>
		<description>A nice package to protect passwords for Java is Jasypt: http://www.jasypt.org. It uses a strong hash, random salt, plus iterations.  Even if you&#039;re using another language, you might want to use a similar technique.

Hi Jeremy!</description>
		<content:encoded><![CDATA[<p>A nice package to protect passwords for Java is Jasypt: <a href="http://www.jasypt.org" rel="nofollow">http://www.jasypt.org</a>. It uses a strong hash, random salt, plus iterations.  Even if you&#8217;re using another language, you might want to use a similar technique.</p>
<p>Hi Jeremy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Weiskotten</title>
		<link>http://dansnetwork.com/2008/07/15/unsafe-password-storage-practices/comment-page-1/#comment-880</link>
		<dc:creator>Jeremy Weiskotten</dc:creator>
		<pubDate>Thu, 17 Jul 2008 02:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/07/15/unsafe-password-storage-practices/#comment-880</guid>
		<description>Yes, it&#039;s very important to store a password hash instead of an actual password. It&#039;s almost as important to use a salt when generating the hash and verifying a password at login as well -- without a salt, accounts can be compromised more easily with a &quot;rainbow table&quot; (see http://en.wikipedia.org/wiki/Rainbow_table).</description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s very important to store a password hash instead of an actual password. It&#8217;s almost as important to use a salt when generating the hash and verifying a password at login as well &#8212; without a salt, accounts can be compromised more easily with a &#8220;rainbow table&#8221; (see <a href="http://en.wikipedia.org/wiki/Rainbow_table)." rel="nofollow">http://en.wikipedia.org/wiki/Rainbow_table).</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
