<?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: Store your passwords in a secure way!</title>
	<atom:link href="http://www.jyggen.com/blog/store-your-passwords-in-a-secure-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jyggen.com/code/store-your-passwords-in-a-secure-way/</link>
	<description>Web Application Developer from Uppsala, Sweden</description>
	<lastBuildDate>Thu, 09 Sep 2010 00:38:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jyggen</title>
		<link>http://www.jyggen.com/code/store-your-passwords-in-a-secure-way/comment-page-1/#comment-6</link>
		<dc:creator>jyggen</dc:creator>
		<pubDate>Fri, 28 May 2010 22:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jyggen.com/?p=77#comment-6</guid>
		<description>yepp, adding a user salt is a nice way to improve the security, and it&#039;s cake to add another salt arg - or use the third one for that. But as I said below you can add tons of things to maximize the security, but this function should be enough for most sites imo. :)</description>
		<content:encoded><![CDATA[<p>yepp, adding a user salt is a nice way to improve the security, and it&#39;s cake to add another salt arg &#8211; or use the third one for that. But as I said below you can add tons of things to maximize the security, but this function should be enough for most sites imo. <img src='http://www.jyggen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik W</title>
		<link>http://www.jyggen.com/code/store-your-passwords-in-a-secure-way/comment-page-1/#comment-5</link>
		<dc:creator>Fredrik W</dc:creator>
		<pubDate>Fri, 28 May 2010 00:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jyggen.com/?p=77#comment-5</guid>
		<description>Also, use a unique salt for each user for added safety (like new Date() with some added characters or just some (large) random number).</description>
		<content:encoded><![CDATA[<p>Also, use a unique salt for each user for added safety (like new Date() with some added characters or just some (large) random number).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jyggen</title>
		<link>http://www.jyggen.com/code/store-your-passwords-in-a-secure-way/comment-page-1/#comment-3</link>
		<dc:creator>jyggen</dc:creator>
		<pubDate>Fri, 26 Mar 2010 16:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jyggen.com/?p=77#comment-3</guid>
		<description>The function is now at r3 with a few changes. It&#039;s possible to make it more secure (by adding more random elements to it), but I feel that the function does what it&#039;s supposed to do and is secure enough.</description>
		<content:encoded><![CDATA[<p>The function is now at r3 with a few changes. It&#39;s possible to make it more secure (by adding more random elements to it), but I feel that the function does what it&#39;s supposed to do and is secure enough.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 7/17 queries in 0.003 seconds using apc
Object Caching 315/317 objects using apc

Served from: www.jyggen.com @ 2012-02-07 02:32:00 -->
