<?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: Passlet: Ajax password manager with AES client-side encryption</title>
	<atom:link href="http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Sat, 13 Mar 2010 05:14:23 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Hobbs</title>
		<link>http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption/comment-page-1#comment-237267</link>
		<dc:creator>John Hobbs</dc:creator>
		<pubDate>Fri, 08 Dec 2006 08:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption#comment-237267</guid>
		<description>BlowPass is an open source version of the same thing using the blowfish algorithm instead.  It&#039;s still in development (it was created a little over 3 days ago actually) but it&#039;s already got a decent amount of functionality.

Check Out The Demo @ &lt;a href=&quot;http://static.velvetcache.org/projects/blowpass/demo/&quot; rel=&quot;nofollow&quot;&gt;http://static.velvetcache.org/projects/blowpass/demo/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>BlowPass is an open source version of the same thing using the blowfish algorithm instead.  It&#8217;s still in development (it was created a little over 3 days ago actually) but it&#8217;s already got a decent amount of functionality.</p>
<p>Check Out The Demo @ <a href="http://static.velvetcache.org/projects/blowpass/demo/" rel="nofollow">http://static.velvetcache.org/projects/blowpass/demo/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VelvetCache.org &#187; John Hobbs Blog &#187; Blog Archive &#187; Passlet.com</title>
		<link>http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption/comment-page-1#comment-229511</link>
		<dc:creator>VelvetCache.org &#187; John Hobbs Blog &#187; Blog Archive &#187; Passlet.com</dc:creator>
		<pubDate>Mon, 04 Dec 2006 21:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption#comment-229511</guid>
		<description>[...] I saw on my Ajaxian feed today a neat service called Passlet. Essentially it is a password keeper, like KisKis or the one built into Firefox. The novelty here is that it uses JavaScript to handle all the encrypting and decrypting on the client side. That means no transmission of clear text information, not even over SSL. [...]</description>
		<content:encoded><![CDATA[<p>[...] I saw on my Ajaxian feed today a neat service called Passlet. Essentially it is a password keeper, like KisKis or the one built into Firefox. The novelty here is that it uses JavaScript to handle all the encrypting and decrypting on the client side. That means no transmission of clear text information, not even over SSL. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Passlet: Ajax password manager with AES client-side encryption :: Newstack</title>
		<link>http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption/comment-page-1#comment-223665</link>
		<dc:creator>Passlet: Ajax password manager with AES client-side encryption :: Newstack</dc:creator>
		<pubDate>Sat, 02 Dec 2006 08:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption#comment-223665</guid>
		<description>[...] Read more: here [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more: here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Kichline</title>
		<link>http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption/comment-page-1#comment-222731</link>
		<dc:creator>Jason Kichline</dc:creator>
		<pubDate>Fri, 01 Dec 2006 22:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption#comment-222731</guid>
		<description>It looks like the system does not use asynchronous processing at all which creates some poor performance when submitting this information.  The browser interface becomes unresposnse.</description>
		<content:encoded><![CDATA[<p>It looks like the system does not use asynchronous processing at all which creates some poor performance when submitting this information.  The browser interface becomes unresposnse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan Roderick</title>
		<link>http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption/comment-page-1#comment-220090</link>
		<dc:creator>Morgan Roderick</dc:creator>
		<pubDate>Thu, 30 Nov 2006 15:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption#comment-220090</guid>
		<description>&lt;strong&gt;Related&lt;/strong&gt;
For &quot;insecure&quot; passwords on websites, i use the passwdlet

http://labs.zarate.org/passwd/

It&#039;s &quot;only&quot; md5, but at least the generated passwords are seemingly random and requires some effort to crack.

Neat thing is that it doesn&#039;t require anything from a server :)</description>
		<content:encoded><![CDATA[<p><strong>Related</strong><br />
For &#8220;insecure&#8221; passwords on websites, i use the passwdlet</p>
<p><a href="http://labs.zarate.org/passwd/" rel="nofollow">http://labs.zarate.org/passwd/</a></p>
<p>It&#8217;s &#8220;only&#8221; md5, but at least the generated passwords are seemingly random and requires some effort to crack.</p>
<p>Neat thing is that it doesn&#8217;t require anything from a server :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: murphy</title>
		<link>http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption/comment-page-1#comment-219971</link>
		<dc:creator>murphy</dc:creator>
		<pubDate>Thu, 30 Nov 2006 14:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption#comment-219971</guid>
		<description>i think this is a nice idea. We need only example how to implement it on own sites ;)</description>
		<content:encoded><![CDATA[<p>i think this is a nice idea. We need only example how to implement it on own sites ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption/comment-page-1#comment-219465</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Thu, 30 Nov 2006 10:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption#comment-219465</guid>
		<description>Garcia stated an opinion in response, rather than pummeling you with a fire hose. Chill.</description>
		<content:encoded><![CDATA[<p>Garcia stated an opinion in response, rather than pummeling you with a fire hose. Chill.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Park</title>
		<link>http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption/comment-page-1#comment-218567</link>
		<dc:creator>Don Park</dc:creator>
		<pubDate>Wed, 29 Nov 2006 22:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption#comment-218567</guid>
		<description>Garcia, what I am saying applies to not only the web but to real life. But I still wouldn&#039;t make the ridiculous leap of logic you made because requiring zero risk is as vain as requiring perfection. BTW, I am just stating my opinion, not burning someone&#039;s house down. Chill.</description>
		<content:encoded><![CDATA[<p>Garcia, what I am saying applies to not only the web but to real life. But I still wouldn&#8217;t make the ridiculous leap of logic you made because requiring zero risk is as vain as requiring perfection. BTW, I am just stating my opinion, not burning someone&#8217;s house down. Chill.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garcia</title>
		<link>http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption/comment-page-1#comment-218332</link>
		<dc:creator>Garcia</dc:creator>
		<pubDate>Wed, 29 Nov 2006 20:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption#comment-218332</guid>
		<description>Basically what you are saying applies to any content you can get through the web, ergo your corolary is that you shouldnt trust anything that you do online whatsoever.</description>
		<content:encoded><![CDATA[<p>Basically what you are saying applies to any content you can get through the web, ergo your corolary is that you shouldnt trust anything that you do online whatsoever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Park</title>
		<link>http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption/comment-page-1#comment-218286</link>
		<dc:creator>Don Park</dc:creator>
		<pubDate>Wed, 29 Nov 2006 19:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/passlet-ajax-password-manager-with-aes-client-side-encryption#comment-218286</guid>
		<description>Unfortunately, Host-Proof Hosting pattern is unsafe as-is because it still relies on script sent from the server. If hackers can steal server-side data, encrypted or not, hackers can poison *.js files containing the script that runs on the client-side. The pattern also requires strong anti-phishing protection. Frankly, I don&#039;t think any of the anti-phishing solutions out there is strong enough protection to guard universal password.</description>
		<content:encoded><![CDATA[<p>Unfortunately, Host-Proof Hosting pattern is unsafe as-is because it still relies on script sent from the server. If hackers can steal server-side data, encrypted or not, hackers can poison *.js files containing the script that runs on the client-side. The pattern also requires strong anti-phishing protection. Frankly, I don&#8217;t think any of the anti-phishing solutions out there is strong enough protection to guard universal password.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
