<?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 encrypt user info with php</title>
	<atom:link href="http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/</link>
	<description>Tutorials and tips for improving your website</description>
	<pubDate>Sat, 04 Jul 2009 19:55:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Unreal Media</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/comment-page-1/#comment-215</link>
		<dc:creator>Unreal Media</dc:creator>
		<pubDate>Wed, 12 Nov 2008 15:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-215</guid>
		<description>Nice tutorial, ill give it a go.</description>
		<content:encoded><![CDATA[<p>Nice tutorial, ill give it a go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CristianDeluxe</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/comment-page-1/#comment-210</link>
		<dc:creator>CristianDeluxe</dc:creator>
		<pubDate>Wed, 13 Aug 2008 16:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-210</guid>
		<description>Sorry for my bad English.

Good post. Greetings from Spain.

#3 If you need to change the nick you can regenerate the hash and save it again to database it's easy!.

Other option is have a string saved in your "settings.php" file and use it for generate the hash.</description>
		<content:encoded><![CDATA[<p>Sorry for my bad English.</p>
<p>Good post. Greetings from Spain.</p>
<p>#3 If you need to change the nick you can regenerate the hash and save it again to database it&#8217;s easy!.</p>
<p>Other option is have a string saved in your &#8220;settings.php&#8221; file and use it for generate the hash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vahur</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/comment-page-1/#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>By: vishlal parmar</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/comment-page-1/#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>By: Weekend Link Roundup: Week 14</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/comment-page-1/#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>By: Weekend Link Roundup: Week 13</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/comment-page-1/#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>By: Mark</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/comment-page-1/#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>By: Scott</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/comment-page-1/#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>By: Stefan</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/comment-page-1/#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>By: christoph</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/comment-page-1/#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>
</channel>
</rss>
