<?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: PwdHash from Stanford &#8211; Generate Passwords by Hashing the URL</title>
	<atom:link href="http://www.darknet.org.uk/2007/03/pwdhash-from-stanford-generate-passwords-by-hashing-the-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk/2007/03/pwdhash-from-stanford-generate-passwords-by-hashing-the-url/</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Sat, 21 Nov 2009 06:04:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stefans Home</title>
		<link>http://www.darknet.org.uk/2007/03/pwdhash-from-stanford-generate-passwords-by-hashing-the-url/#comment-56412</link>
		<dc:creator>Stefans Home</dc:creator>
		<pubDate>Thu, 15 Mar 2007 08:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2007/03/pwdhash-from-stanford-generate-passwords-by-hashing-the-url/#comment-56412</guid>
		<description>&lt;strong&gt;Mittel gegen die Passwort-Inflation...&lt;/strong&gt;

FÃ¼r jedes Forum, jeden Onlineshop, ... muÃŸ man sich einen Account anlegen, bevor man loslegen kann. Was aber tun mit den dutzenden PasswÃ¶rtern, die benÃ¶tigt werden? Auf der einen Seite sollte man PaÃŸwÃ¶rter nicht aufschreiben (jemand kÃ¶nnte den Z...</description>
		<content:encoded><![CDATA[<p><strong>Mittel gegen die Passwort-Inflation&#8230;</strong></p>
<p>FÃ¼r jedes Forum, jeden Onlineshop, &#8230; muÃŸ man sich einen Account anlegen, bevor man loslegen kann. Was aber tun mit den dutzenden PasswÃ¶rtern, die benÃ¶tigt werden? Auf der einen Seite sollte man PaÃŸwÃ¶rter nicht aufschreiben (jemand kÃ¶nnte den Z&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darknet</title>
		<link>http://www.darknet.org.uk/2007/03/pwdhash-from-stanford-generate-passwords-by-hashing-the-url/#comment-56403</link>
		<dc:creator>Darknet</dc:creator>
		<pubDate>Wed, 14 Mar 2007 18:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2007/03/pwdhash-from-stanford-generate-passwords-by-hashing-the-url/#comment-56403</guid>
		<description>Thanks for the info and update Stefan, we appreciate that.

I&#039;ll post something about Password Hasher as well so people have the option to choose which is better for them.</description>
		<content:encoded><![CDATA[<p>Thanks for the info and update Stefan, we appreciate that.</p>
<p>I&#8217;ll post something about Password Hasher as well so people have the option to choose which is better for them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://www.darknet.org.uk/2007/03/pwdhash-from-stanford-generate-passwords-by-hashing-the-url/#comment-56392</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 14 Mar 2007 13:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2007/03/pwdhash-from-stanford-generate-passwords-by-hashing-the-url/#comment-56392</guid>
		<description>Ok, an update - I wondered why the PwdHash tried to submit data to the server... my fault, or better to say: &lt;a href=&quot;http://noscript.net/&quot; rel=&quot;nofollow&quot;&gt;NoScript&lt;/a&gt;&#039;s fault ;) So both extensions offer the same functionality, they merely differ in the user interface. PwdHash uses MD5, Password Hasher SHA1 as hash function for the keyed hash.
The extensions differ in the user interface; the passwords generated by PwdHash have a length depending on the length of the master secret, while Password Hasher allows to select a fixed length (beside some options for special chars, etc.). The PwdHash team published a paper, discussing several attack vectors.</description>
		<content:encoded><![CDATA[<p>Ok, an update &#8211; I wondered why the PwdHash tried to submit data to the server&#8230; my fault, or better to say: <a href="http://noscript.net/" rel="nofollow">NoScript</a>&#8217;s fault <img src='http://www.darknet.org.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  So both extensions offer the same functionality, they merely differ in the user interface. PwdHash uses MD5, Password Hasher SHA1 as hash function for the keyed hash.<br />
The extensions differ in the user interface; the passwords generated by PwdHash have a length depending on the length of the master secret, while Password Hasher allows to select a fixed length (beside some options for special chars, etc.). The PwdHash team published a paper, discussing several attack vectors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://www.darknet.org.uk/2007/03/pwdhash-from-stanford-generate-passwords-by-hashing-the-url/#comment-56388</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 14 Mar 2007 08:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2007/03/pwdhash-from-stanford-generate-passwords-by-hashing-the-url/#comment-56388</guid>
		<description>I&#039;ve only had a quick glance at the project, but this sounds pretty similar to the &lt;a href=&quot;http://wijjo.com/passhash/&quot; rel=&quot;nofollow&quot;&gt;password hasher Firefox extension&lt;/a&gt;. I didn&#039;t dig into the cryptographic details (yet), so I can&#039;t say which extensions is more secure (if there is any difference at all); what I like about &quot;password hasher&quot; is the possibility to create the site-specific hash via JavaScript only: PwdHash seems to submit the data entered to the PwdHash server for computation. Password Hasher offers a page (which you can put a a trusted copy on your homepage, for example) which does the hashing solely in JavaScript - so you don&#039;t have to trust some web service.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve only had a quick glance at the project, but this sounds pretty similar to the <a href="http://wijjo.com/passhash/" rel="nofollow">password hasher Firefox extension</a>. I didn&#8217;t dig into the cryptographic details (yet), so I can&#8217;t say which extensions is more secure (if there is any difference at all); what I like about &#8220;password hasher&#8221; is the possibility to create the site-specific hash via JavaScript only: PwdHash seems to submit the data entered to the PwdHash server for computation. Password Hasher offers a page (which you can put a a trusted copy on your homepage, for example) which does the hashing solely in JavaScript &#8211; so you don&#8217;t have to trust some web service.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
