<?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: Creating an Advanced Password Recovery Utility</title>
	<atom:link href="http://net.tutsplus.com/tutorials/php/creating-an-advanced-password-recovery-utility/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/tutorials/php/creating-an-advanced-password-recovery-utility/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 22:51:56 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ernährungsplan</title>
		<link>http://net.tutsplus.com/tutorials/php/creating-an-advanced-password-recovery-utility/#comment-85388</link>
		<dc:creator>Ernährungsplan</dc:creator>
		<pubDate>Thu, 30 Jul 2009 03:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4741#comment-85388</guid>
		<description>Nive tut, thanks! A little to big, but nicely made.</description>
		<content:encoded><![CDATA[<p>Nive tut, thanks! A little to big, but nicely made.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://net.tutsplus.com/tutorials/php/creating-an-advanced-password-recovery-utility/#comment-70114</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 07 Jun 2009 21:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4741#comment-70114</guid>
		<description>Very useful! Thank you ever so much.</description>
		<content:encoded><![CDATA[<p>Very useful! Thank you ever so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: insomniac</title>
		<link>http://net.tutsplus.com/tutorials/php/creating-an-advanced-password-recovery-utility/#comment-65702</link>
		<dc:creator>insomniac</dc:creator>
		<pubDate>Tue, 19 May 2009 06:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4741#comment-65702</guid>
		<description>...and now the song goes &quot;omg! unencrypted passwords!? kill kill! blah blah...&quot;

This tutorial is good overall, it makes you start to think (using your brain, that is). but if you do not think, or you are not used to think (don&#039;t use your brain) i.e. doing copy-paste, then this website is not for you.

It is in no case full password recovery functionality, and should be only a good start for YOU (using your brain here) to create the business logic and to polish the code here and there.

A good work anyway.</description>
		<content:encoded><![CDATA[<p>&#8230;and now the song goes &#8220;omg! unencrypted passwords!? kill kill! blah blah&#8230;&#8221;</p>
<p>This tutorial is good overall, it makes you start to think (using your brain, that is). but if you do not think, or you are not used to think (don&#8217;t use your brain) i.e. doing copy-paste, then this website is not for you.</p>
<p>It is in no case full password recovery functionality, and should be only a good start for YOU (using your brain here) to create the business logic and to polish the code here and there.</p>
<p>A good work anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Krause</title>
		<link>http://net.tutsplus.com/tutorials/php/creating-an-advanced-password-recovery-utility/#comment-63621</link>
		<dc:creator>Marcus Krause</dc:creator>
		<pubDate>Tue, 12 May 2009 01:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4741#comment-63621</guid>
		<description>Reading &quot;encryption&quot; together with md5 made me stop in the 3rd paragraph. Sorry buddy, md5 is about hashing!

By the way, foo#bar@example.org would be a valid mail adress but this site&#039;s comment functionality rejects it.</description>
		<content:encoded><![CDATA[<p>Reading &#8220;encryption&#8221; together with md5 made me stop in the 3rd paragraph. Sorry buddy, md5 is about hashing!</p>
<p>By the way, foo#bar@example.org would be a valid mail adress but this site&#8217;s comment functionality rejects it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Cameron</title>
		<link>http://net.tutsplus.com/tutorials/php/creating-an-advanced-password-recovery-utility/#comment-63255</link>
		<dc:creator>Tom Cameron</dc:creator>
		<pubDate>Sun, 10 May 2009 13:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4741#comment-63255</guid>
		<description>Eugh. Unencrypted passwords?!

NetTuts -- you really need to edit articles that mention things like this; the idea that even now people would store a plain-text password without any form of encryption is a bit disturbing. I certainly hope that I don&#039;t come across any sites that follow tutorials which leave my password in plain-text for the administrator (or any wannabee hacker) to view!</description>
		<content:encoded><![CDATA[<p>Eugh. Unencrypted passwords?!</p>
<p>NetTuts &#8212; you really need to edit articles that mention things like this; the idea that even now people would store a plain-text password without any form of encryption is a bit disturbing. I certainly hope that I don&#8217;t come across any sites that follow tutorials which leave my password in plain-text for the administrator (or any wannabee hacker) to view!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://net.tutsplus.com/tutorials/php/creating-an-advanced-password-recovery-utility/#comment-62781</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Fri, 08 May 2009 19:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4741#comment-62781</guid>
		<description>You should *never* be storing unencrypted passwords.  The fact that this tutorial even presents unencrypted passwords as a viable option is flabbergasting.

You should be completely discouraging people from storing unencrypted passwords.  If you don&#039;t understand how to encrypt passwords, you&#039;re not ready to handle user membership.</description>
		<content:encoded><![CDATA[<p>You should *never* be storing unencrypted passwords.  The fact that this tutorial even presents unencrypted passwords as a viable option is flabbergasting.</p>
<p>You should be completely discouraging people from storing unencrypted passwords.  If you don&#8217;t understand how to encrypt passwords, you&#8217;re not ready to handle user membership.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jermaine</title>
		<link>http://net.tutsplus.com/tutorials/php/creating-an-advanced-password-recovery-utility/#comment-62763</link>
		<dc:creator>jermaine</dc:creator>
		<pubDate>Fri, 08 May 2009 18:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4741#comment-62763</guid>
		<description>nice tutorial, i just got a quick galnced at it looks good but im not skilled enougth to understand it so i will save it somewhere and come back to it sometime,</description>
		<content:encoded><![CDATA[<p>nice tutorial, i just got a quick galnced at it looks good but im not skilled enougth to understand it so i will save it somewhere and come back to it sometime,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saurabh shah</title>
		<link>http://net.tutsplus.com/tutorials/php/creating-an-advanced-password-recovery-utility/#comment-62290</link>
		<dc:creator>saurabh shah</dc:creator>
		<pubDate>Thu, 07 May 2009 19:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4741#comment-62290</guid>
		<description>wow ! it&#039;s a gr8 post .. gonna try this now ... thanx for sharing ... and yes keep rocking like this ....  :)</description>
		<content:encoded><![CDATA[<p>wow ! it&#8217;s a gr8 post .. gonna try this now &#8230; thanx for sharing &#8230; and yes keep rocking like this &#8230;.  <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patqo</title>
		<link>http://net.tutsplus.com/tutorials/php/creating-an-advanced-password-recovery-utility/#comment-62234</link>
		<dc:creator>patqo</dc:creator>
		<pubDate>Thu, 07 May 2009 13:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4741#comment-62234</guid>
		<description>where&#039;s the images?? :-( (cry)</description>
		<content:encoded><![CDATA[<p>where&#8217;s the images?? <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  (cry)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dav</title>
		<link>http://net.tutsplus.com/tutorials/php/creating-an-advanced-password-recovery-utility/#comment-62231</link>
		<dc:creator>Dav</dc:creator>
		<pubDate>Thu, 07 May 2009 13:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4741#comment-62231</guid>
		<description>Ok, if it is auto-generated and sent to your email what happens when a malicious user knows both your username and email and keeps requesting a lost password? You end up having to sift through your emails to find out what your password is, at least the way it&#039;s implemented above you don&#039;t have to worry about your password changing without your notice.</description>
		<content:encoded><![CDATA[<p>Ok, if it is auto-generated and sent to your email what happens when a malicious user knows both your username and email and keeps requesting a lost password? You end up having to sift through your emails to find out what your password is, at least the way it&#8217;s implemented above you don&#8217;t have to worry about your password changing without your notice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/7 queries in 0.011 seconds using memcached
Content Delivery Network via 

Served from: psdtutsplus.com @ 2009-11-21 16:12:36 -->