<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: JavaScript and crypto</title>
	<atom:link href="http://monocleglobe.wordpress.com/2011/08/30/javascript-and-crypto/feed/" rel="self" type="application/rss+xml" />
	<link>http://monocleglobe.wordpress.com/2011/08/30/javascript-and-crypto/</link>
	<description>Armagnac, Ascots and Software</description>
	<lastBuildDate>Mon, 17 Dec 2012 09:12:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: davidillsley</title>
		<link>http://monocleglobe.wordpress.com/2011/08/30/javascript-and-crypto/#comment-98</link>
		<dc:creator><![CDATA[davidillsley]]></dc:creator>
		<pubDate>Tue, 30 Aug 2011 21:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://monocleglobe.wordpress.com/?p=136#comment-98</guid>
		<description><![CDATA[Sure, but it&#039;s easy enough to serve up JS in an iframe which sends the result of getPublicKey back to the server.

My gut feel is:
 - that there shouldn&#039;t be a getPublicKey, or it should take the ID as a param
 - that generateKeyPair should be (more clearly) specced to overwrite any existing key
 - that private browsing mode behaviour should be specced - presumably the obvious behaviour

Another spec thought..
 - the encrypt/decrypt/sign/verify calls should have a defined backoff to prevent guesses at the keyID]]></description>
		<content:encoded><![CDATA[<p>Sure, but it&#8217;s easy enough to serve up JS in an iframe which sends the result of getPublicKey back to the server.</p>
<p>My gut feel is:<br />
 &#8211; that there shouldn&#8217;t be a getPublicKey, or it should take the ID as a param<br />
 &#8211; that generateKeyPair should be (more clearly) specced to overwrite any existing key<br />
 &#8211; that private browsing mode behaviour should be specced &#8211; presumably the obvious behaviour</p>
<p>Another spec thought..<br />
 &#8211; the encrypt/decrypt/sign/verify calls should have a defined backoff to prevent guesses at the keyID</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddahl</title>
		<link>http://monocleglobe.wordpress.com/2011/08/30/javascript-and-crypto/#comment-97</link>
		<dc:creator><![CDATA[ddahl]]></dc:creator>
		<pubDate>Tue, 30 Aug 2011 21:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://monocleglobe.wordpress.com/?p=136#comment-97</guid>
		<description><![CDATA[It is still unclear whether or not we will need to have getPublicKey() as generateKeyPair() will return the public key when the keypair is generated. Something to keep in mind: the public key for foobar.com can only be used on foobar.com. Each user will have a unique public key for each domain where the API is used - in which case, there is not a &quot;super cookie&quot;. The current extension (prototype) implementation has only a single keypair, which could be used for tracking.]]></description>
		<content:encoded><![CDATA[<p>It is still unclear whether or not we will need to have getPublicKey() as generateKeyPair() will return the public key when the keypair is generated. Something to keep in mind: the public key for foobar.com can only be used on foobar.com. Each user will have a unique public key for each domain where the API is used &#8211; in which case, there is not a &#8220;super cookie&#8221;. The current extension (prototype) implementation has only a single keypair, which could be used for tracking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidillsley</title>
		<link>http://monocleglobe.wordpress.com/2011/08/30/javascript-and-crypto/#comment-96</link>
		<dc:creator><![CDATA[davidillsley]]></dc:creator>
		<pubDate>Tue, 30 Aug 2011 20:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://monocleglobe.wordpress.com/?p=136#comment-96</guid>
		<description><![CDATA[I like the way this has progressed... very focused on providing something simple and coherent.
I&#039;ve got a quick question...

What&#039;s the plan around privacy/identification? getPublicKey() looks like it provides a powerful user tracking feature.]]></description>
		<content:encoded><![CDATA[<p>I like the way this has progressed&#8230; very focused on providing something simple and coherent.<br />
I&#8217;ve got a quick question&#8230;</p>
<p>What&#8217;s the plan around privacy/identification? getPublicKey() looks like it provides a powerful user tracking feature.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
