<?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: Safe web authentication</title>
	<atom:link href="http://blog.affien.com/archives/2005/05/16/safe-web-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com/archives/2005/05/16/safe-web-authentication/</link>
	<description>A few thoughts</description>
	<lastBuildDate>Sun, 31 May 2009 12:07:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bas Westerbaan</title>
		<link>http://blog.affien.com/archives/2005/05/16/safe-web-authentication/comment-page-1/#comment-662</link>
		<dc:creator>Bas Westerbaan</dc:creator>
		<pubDate>Wed, 18 May 2005 05:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/archives/2005/05/16/safe-web-authentication/#comment-662</guid>
		<description>The salt would offcourse be random, and it would be quite safe when it would be a very big random string (~32 bytes). Which makes it virtualy inthinkable the same 2 salts are used ever, which makes the chance of a certain hash still being hijacked and used with the same salt neglectable.</description>
		<content:encoded><![CDATA[<p>The salt would offcourse be random, and it would be quite safe when it would be a very big random string (~32 bytes). Which makes it virtualy inthinkable the same 2 salts are used ever, which makes the chance of a certain hash still being hijacked and used with the same salt neglectable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Scott</title>
		<link>http://blog.affien.com/archives/2005/05/16/safe-web-authentication/comment-page-1/#comment-661</link>
		<dc:creator>Michael Scott</dc:creator>
		<pubDate>Wed, 18 May 2005 01:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/archives/2005/05/16/safe-web-authentication/#comment-661</guid>
		<description>An interesting idea,

It would indeed make it harder for the application to be hijacked, it would need to be a random salt produced each time however - which would mean the initiating of a session class of some sort just for the login.

I can see some very practical uses for this method... Perhaps you could create the salt based on a few &quot;magic&quot; ingredients (Time, date, IP etc).
</description>
		<content:encoded><![CDATA[<p>An interesting idea,</p>
<p>It would indeed make it harder for the application to be hijacked, it would need to be a random salt produced each time however &#8211; which would mean the initiating of a session class of some sort just for the login.</p>
<p>I can see some very practical uses for this method&#8230; Perhaps you could create the salt based on a few &#8220;magic&#8221; ingredients (Time, date, IP etc).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
