<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Custom session handling and safer passwords</title>
	<link>http://www.web-development-blog.com/archives/custom-session-handling-and-safer-passwords/</link>
	<description>Web development tutorials, SEO articles and PHP script resources</description>
	<pubDate>Mon, 08 Sep 2008 14:14:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Nick</title>
		<link>http://www.web-development-blog.com/archives/custom-session-handling-and-safer-passwords/#comment-67</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 18 Sep 2006 09:09:42 +0000</pubDate>
		<guid>http://www.web-development-blog.com/archives/custom-session-handling-and-safer-passwords/#comment-67</guid>
		<description>I use SHA1 too. It is safer and much faster than anything else.</description>
		<content:encoded><![CDATA[<p>I use SHA1 too. It is safer and much faster than anything else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/custom-session-handling-and-safer-passwords/#comment-66</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Mon, 18 Sep 2006 07:14:29 +0000</pubDate>
		<guid>http://www.web-development-blog.com/archives/custom-session-handling-and-safer-passwords/#comment-66</guid>
		<description>Right there are more safer hashes then md5() , but it's only used to encrypt a password, without using a SSL connection a safer hash will not help very much...</description>
		<content:encoded><![CDATA[<p>Right there are more safer hashes then md5() , but it&#8217;s only used to encrypt a password, without using a SSL connection a safer hash will not help very much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ambush Commander</title>
		<link>http://www.web-development-blog.com/archives/custom-session-handling-and-safer-passwords/#comment-65</link>
		<dc:creator>Ambush Commander</dc:creator>
		<pubDate>Sun, 17 Sep 2006 20:03:04 +0000</pubDate>
		<guid>http://www.web-development-blog.com/archives/custom-session-handling-and-safer-passwords/#comment-65</guid>
		<description>You really ought to SHA-1 (or stronger) hash the passwords.  MD5 has been shown to have various weaknesses for a while know. My preferred choice is SHA-256.</description>
		<content:encoded><![CDATA[<p>You really ought to SHA-1 (or stronger) hash the passwords.  MD5 has been shown to have various weaknesses for a while know. My preferred choice is SHA-256.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
