<?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"
	>
<channel>
	<title>Comments for Upgrade the web</title>
	<atom:link href="http://www.upgradetheweb.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.upgradetheweb.com</link>
	<description>Tutorials and tips for improving your website</description>
	<pubDate>Fri, 29 Aug 2008 02:30:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on How to encrypt user info with php by Vahur</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-206</link>
		<dc:creator>Vahur</dc:creator>
		<pubDate>Tue, 29 Jul 2008 19:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-206</guid>
		<description>Salt is a good idea, but i also would not use username for it.</description>
		<content:encoded><![CDATA[<p>Salt is a good idea, but i also would not use username for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to encrypt user info with php by vishlal parmar</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-204</link>
		<dc:creator>vishlal parmar</dc:creator>
		<pubDate>Tue, 22 Jul 2008 07:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-204</guid>
		<description>a good tutorial for the novice learner like me</description>
		<content:encoded><![CDATA[<p>a good tutorial for the novice learner like me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to encrypt user info with php by Weekend Link Roundup: Week 14</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-202</link>
		<dc:creator>Weekend Link Roundup: Week 14</dc:creator>
		<pubDate>Sat, 05 Jul 2008 14:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-202</guid>
		<description>[...] How to encrypt user info with php - Something I didn&#8217;t think about when I wrote my article about hashing stored passworrds was adding the username of the hash. This along with salt creates a stronger hash. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to encrypt user info with php - Something I didn&#8217;t think about when I wrote my article about hashing stored passworrds was adding the username of the hash. This along with salt creates a stronger hash. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to encrypt user info with php by Weekend Link Roundup: Week 13</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-200</link>
		<dc:creator>Weekend Link Roundup: Week 13</dc:creator>
		<pubDate>Fri, 04 Jul 2008 04:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-200</guid>
		<description>[...] How to encrypt user info with php - Something I didn&#8217;t think about when I wrote my article about hashing stored passworrds was adding the username of the hash. This along with salt creates a stronger hash. SHARETHIS.addEntry({ title: "Weekend Link Roundup: Week 13", url: "http://www.marksanborn.net/links/weekend-link-roundup-week-13/" });     What next? [...]</description>
		<content:encoded><![CDATA[<p>[...] How to encrypt user info with php - Something I didn&#8217;t think about when I wrote my article about hashing stored passworrds was adding the username of the hash. This along with salt creates a stronger hash. SHARETHIS.addEntry({ title: &#8220;Weekend Link Roundup: Week 13&#8243;, url: &#8220;http://www.marksanborn.net/links/weekend-link-roundup-week-13/&#8221; });     What next? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to encrypt user info with php by Mark</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-199</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 04 Jul 2008 04:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-199</guid>
		<description>For added security you should add salt anyways. :)</description>
		<content:encoded><![CDATA[<p>For added security you should add salt anyways. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to encrypt user info with php by Scott</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-198</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 04 Jul 2008 03:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-198</guid>
		<description>Or you just reset their password when they change their username too. Odds are your script is going to update username and password at the same time anyways.

Also, any reason why you chose crypt and md5 together? Just curious</description>
		<content:encoded><![CDATA[<p>Or you just reset their password when they change their username too. Odds are your script is going to update username and password at the same time anyways.</p>
<p>Also, any reason why you chose crypt and md5 together? Just curious</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to encrypt user info with php by Stefan</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-197</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 02 Jul 2008 18:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-197</guid>
		<description>Brandon: Thanks and you are right. The error message is really only for testing and for a real site you should probably do as you suggest.

Christoph: True, most sites don't have a reason to change the username though. But if you would want to be able to change the username at will you should not use the username as SALT for the encryption.</description>
		<content:encoded><![CDATA[<p>Brandon: Thanks and you are right. The error message is really only for testing and for a real site you should probably do as you suggest.</p>
<p>Christoph: True, most sites don&#8217;t have a reason to change the username though. But if you would want to be able to change the username at will you should not use the username as SALT for the encryption.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to encrypt user info with php by christoph</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-196</link>
		<dc:creator>christoph</dc:creator>
		<pubDate>Wed, 02 Jul 2008 18:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-196</guid>
		<description>Correct me if I am wrong, but you will never be able to login when you once change the username, as the password is an encrypted combination of username and pwd.

/C</description>
		<content:encoded><![CDATA[<p>Correct me if I am wrong, but you will never be able to login when you once change the username, as the password is an encrypted combination of username and pwd.</p>
<p>/C</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to encrypt user info with php by Brandon</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-195</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Wed, 02 Jul 2008 16:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-195</guid>
		<description>Good tutorial, but it's generally not a good idea security wise to tell the user that thier username/password is wrong. If an attacker is brute forcing, when you just say 'wrong password' he'll know he has a valid account. It's always best to have your error messages and error pages be 100% the exact same no matter what.</description>
		<content:encoded><![CDATA[<p>Good tutorial, but it&#8217;s generally not a good idea security wise to tell the user that thier username/password is wrong. If an attacker is brute forcing, when you just say &#8216;wrong password&#8217; he&#8217;ll know he has a valid account. It&#8217;s always best to have your error messages and error pages be 100% the exact same no matter what.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to encrypt user info with php by webdesign brno</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-194</link>
		<dc:creator>webdesign brno</dc:creator>
		<pubDate>Tue, 01 Jul 2008 18:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-194</guid>
		<description>well i want my password to be protected !</description>
		<content:encoded><![CDATA[<p>well i want my password to be protected !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
