<?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: Password hashing</title>
	<atom:link href="http://guides.ricehigh.dk/?feed=rss2&#038;p=1" rel="self" type="application/rss+xml" />
	<link>http://guides.ricehigh.dk/?p=1</link>
	<description>Guides and toturials by Ricehigh</description>
	<lastBuildDate>Sun, 17 Jan 2010 13:24:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ricehigh</title>
		<link>http://guides.ricehigh.dk/?p=1&#038;cpage=1#comment-20</link>
		<dc:creator>Ricehigh</dc:creator>
		<pubDate>Sun, 17 Jan 2010 13:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://guides.ricehigh.dk/?p=1#comment-20</guid>
		<description>Yes, it does seem that similar solutions has been proposed by others. Still, I hope that this guide has been useful for you.

The confusion of the unused constant SECURE_SALT, arises because I erroneously called the constant SECURE_SALT, instead of the FIXED_SALT, which is the constant we defined at the very beginning of the script.

The failure has been corrected in the downloadable file, and will be corrected throughout the article in the next couple of days.
I apologize for the confusion this may have caused.</description>
		<content:encoded><![CDATA[<p>Yes, it does seem that similar solutions has been proposed by others. Still, I hope that this guide has been useful for you.</p>
<p>The confusion of the unused constant SECURE_SALT, arises because I erroneously called the constant SECURE_SALT, instead of the FIXED_SALT, which is the constant we defined at the very beginning of the script.</p>
<p>The failure has been corrected in the downloadable file, and will be corrected throughout the article in the next couple of days.<br />
I apologize for the confusion this may have caused.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: feha</title>
		<link>http://guides.ricehigh.dk/?p=1&#038;cpage=1#comment-19</link>
		<dc:creator>feha</dc:creator>
		<pubDate>Sun, 17 Jan 2010 12:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://guides.ricehigh.dk/?p=1#comment-19</guid>
		<description>Hi
I really like your function generating random salted hash that still works :-)
http://guides.ricehigh.dk/files/password.php
I just wonder what SECURE_SALT  constant does as it is not defined anywhere ? (bug ?)
I don&#039;t know but I think this solution was presented long time before:
http://phpsec.org/articles/2005/password-hashing.html


And what about :
https://gist.github.com/154619/dfcf313301a88f1feef64470b3248e275413c20e  ?</description>
		<content:encoded><![CDATA[<p>Hi<br />
I really like your function generating random salted hash that still works <img src='http://guides.ricehigh.dk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<a href="http://guides.ricehigh.dk/files/password.php" rel="nofollow">http://guides.ricehigh.dk/files/password.php</a><br />
I just wonder what SECURE_SALT  constant does as it is not defined anywhere ? (bug ?)<br />
I don&#8217;t know but I think this solution was presented long time before:<br />
<a href="http://phpsec.org/articles/2005/password-hashing.html" rel="nofollow">http://phpsec.org/articles/2005/password-hashing.html</a></p>
<p>And what about :<br />
<a href="https://gist.github.com/154619/dfcf313301a88f1feef64470b3248e275413c20e" rel="nofollow">https://gist.github.com/154619/dfcf313301a88f1feef64470b3248e275413c20e</a>  ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
