<?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>Mon, 15 Mar 2010 22:47:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Master Of Disaster</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/comment-page-1/#comment-997</link>
		<dc:creator>Master Of Disaster</dc:creator>
		<pubDate>Wed, 01 Apr 2009 21:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-997</guid>
		<description>Great Tut!

when are you guys gonna add more tutorials to this site?</description>
		<content:encoded><![CDATA[<p>Great Tut!</p>
<p>when are you guys gonna add more tutorials to this site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rekkx</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/comment-page-1/#comment-510</link>
		<dc:creator>Rekkx</dc:creator>
		<pubDate>Wed, 04 Feb 2009 15:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-510</guid>
		<description>Another issue you may want to consider is the effectiveness of MD5 as a hash function.

It's recently been proven that MD5 can have 'collisions' and as such, should not be used to hash sensitive data. It's a small, but significant security threat.

I recommend using the tried and tested SHA-1 hash which is far, far less likely to have any collisions. It's been proved mathematically that SHA-1 can have collisions but as yet, no viable way of finding them has been publicly issued.</description>
		<content:encoded><![CDATA[<p>Another issue you may want to consider is the effectiveness of MD5 as a hash function.</p>
<p>It&#8217;s recently been proven that MD5 can have &#8216;collisions&#8217; and as such, should not be used to hash sensitive data. It&#8217;s a small, but significant security threat.</p>
<p>I recommend using the tried and tested SHA-1 hash which is far, far less likely to have any collisions. It&#8217;s been proved mathematically that SHA-1 can have collisions but as yet, no viable way of finding them has been publicly issued.</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>
