<?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>
	<lastBuildDate>Thu, 26 Nov 2009 23:26:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: noob1</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/comment-page-1/#comment-1021</link>
		<dc:creator>noob1</dc:creator>
		<pubDate>Thu, 26 Nov 2009 23:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-1021</guid>
		<description>How do I add this to a site I created using your member profile tutorial? Can you place give an example? Do I add the code to the sign up and login forms? Where do I put the code?</description>
		<content:encoded><![CDATA[<p>How do I add this to a site I created using your member profile tutorial? Can you place give an example? Do I add the code to the sign up and login forms? Where do I put the code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/comment-page-1/#comment-1020</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 26 Nov 2009 22:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comment-1020</guid>
		<description>Thanks!

So to use this with the profile tutorial on your website, I would add the above code to the signup and login pages?</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>So to use this with the profile tutorial on your website, I would add the above code to the signup and login pages?</p>
]]></content:encoded>
	</item>
	<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&#039;s recently been proven that MD5 can have &#039;collisions&#039; and as such, should not be used to hash sensitive data. It&#039;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&#039;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&#039;s easy!.

Other option is have a string saved in your &quot;settings.php&quot; 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 &#8211; 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: &quot;Weekend Link Roundup: Week 13&quot;, url: &quot;http://www.marksanborn.net/links/weekend-link-roundup-week-13/&quot; });     What next? [...]</description>
		<content:encoded><![CDATA[<p>[...] How to encrypt user info with php &#8211; 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>
</channel>
</rss>
