<?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: MD5 My Passwords, for f*ck&#8217;s sake</title>
	<atom:link href="http://www.jeffkee.com/web-development-design/md5-php-user-database-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffkee.com/web-development-design/md5-php-user-database-security/</link>
	<description></description>
	<lastBuildDate>Wed, 17 Mar 2010 14:41:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bill Compton</title>
		<link>http://www.jeffkee.com/web-development-design/md5-php-user-database-security/comment-page-1/#comment-11353</link>
		<dc:creator>Bill Compton</dc:creator>
		<pubDate>Mon, 04 Jun 2007 23:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/03/21/md5-php-user-database-security/#comment-11353</guid>
		<description>Hi Jim. Photos i received. Thanks</description>
		<content:encoded><![CDATA[<p>Hi Jim. Photos i received. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Password News &#187; Blog Archive &#187; MD5 My Passwords, for f*ckâ€™s sake</title>
		<link>http://www.jeffkee.com/web-development-design/md5-php-user-database-security/comment-page-1/#comment-1808</link>
		<dc:creator>Password News &#187; Blog Archive &#187; MD5 My Passwords, for f*ckâ€™s sake</dc:creator>
		<pubDate>Thu, 22 Mar 2007 23:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/03/21/md5-php-user-database-security/#comment-1808</guid>
		<description>[...] See more here: Password Topics [...]</description>
		<content:encoded><![CDATA[<p>[...] See more here: Password Topics [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Butler</title>
		<link>http://www.jeffkee.com/web-development-design/md5-php-user-database-security/comment-page-1/#comment-1801</link>
		<dc:creator>Paul Butler</dc:creator>
		<pubDate>Thu, 22 Mar 2007 18:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/03/21/md5-php-user-database-security/#comment-1801</guid>
		<description>Actually, the bookmarklet prompts you for your password and inserts the generated password into the password input. Or if you are lazy like me, you can have the bookmarklet store the master password. I have been using it for months now and it&#039;s great. I still memorize a few passwords for things like email and paypal, so that I can change them periodically.</description>
		<content:encoded><![CDATA[<p>Actually, the bookmarklet prompts you for your password and inserts the generated password into the password input. Or if you are lazy like me, you can have the bookmarklet store the master password. I have been using it for months now and it&#8217;s great. I still memorize a few passwords for things like email and paypal, so that I can change them periodically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Kee - Stupid People &#187; Nice4Rice.com</title>
		<link>http://www.jeffkee.com/web-development-design/md5-php-user-database-security/comment-page-1/#comment-1794</link>
		<dc:creator>Jeff Kee - Stupid People &#187; Nice4Rice.com</dc:creator>
		<pubDate>Thu, 22 Mar 2007 17:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/03/21/md5-php-user-database-security/#comment-1794</guid>
		<description>[...] you were to hop over to the Jeff Kee Consulting blog, you might catch Jeff going off on dumb websites that don&#8217;tÂ encrypt your passwords,Â that is they store the original password on their servers and in some cases even email it back to [...]</description>
		<content:encoded><![CDATA[<p>[...] you were to hop over to the Jeff Kee Consulting blog, you might catch Jeff going off on dumb websites that don&#8217;tÂ encrypt your passwords,Â that is they store the original password on their servers and in some cases even email it back to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Kee</title>
		<link>http://www.jeffkee.com/web-development-design/md5-php-user-database-security/comment-page-1/#comment-1606</link>
		<dc:creator>Jeff Kee</dc:creator>
		<pubDate>Thu, 22 Mar 2007 00:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/03/21/md5-php-user-database-security/#comment-1606</guid>
		<description>oh thats brilliant. 

So basically it hashes it again before sending to the other side?

Ya, cause passwords still can be picked up upon logon unless you use a client-side javascript to hash the string before the POST action begins.</description>
		<content:encoded><![CDATA[<p>oh thats brilliant. </p>
<p>So basically it hashes it again before sending to the other side?</p>
<p>Ya, cause passwords still can be picked up upon logon unless you use a client-side javascript to hash the string before the POST action begins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Butler</title>
		<link>http://www.jeffkee.com/web-development-design/md5-php-user-database-security/comment-page-1/#comment-1605</link>
		<dc:creator>Paul Butler</dc:creator>
		<pubDate>Thu, 22 Mar 2007 00:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/03/21/md5-php-user-database-security/#comment-1605</guid>
		<description>Storing passwords in plaintext is bad security practice, but so is using a similar password for multiple sites. For example, if you sign up for a site with the same password you use for your email, if the service provider is malicious he could get into your email.

The solution: Hash the password on your side using the domain as a salt. Here is a bookmarklet to do just that: http://labs.zarate.org/passwd/ . I only have to remember one password, but the sites only receive a hashed version so they have no way of knowing what it is (aside from a dictionary attack, but how likely is that).</description>
		<content:encoded><![CDATA[<p>Storing passwords in plaintext is bad security practice, but so is using a similar password for multiple sites. For example, if you sign up for a site with the same password you use for your email, if the service provider is malicious he could get into your email.</p>
<p>The solution: Hash the password on your side using the domain as a salt. Here is a bookmarklet to do just that: <a href="http://labs.zarate.org/passwd/" rel="nofollow">http://labs.zarate.org/passwd/</a> . I only have to remember one password, but the sites only receive a hashed version so they have no way of knowing what it is (aside from a dictionary attack, but how likely is that).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
