<?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"
	>
<channel>
	<title>Comments on: Digital life management</title>
	<atom:link href="http://www.metafluence.com/digital-life-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metafluence.com/digital-life-management/</link>
	<description>This is beyond marketing, it is manipulation</description>
	<pubDate>Thu, 17 May 2012 17:28:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Justin</title>
		<link>http://www.metafluence.com/digital-life-management/#comment-6607</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 10 May 2007 16:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.metafluence.com/digital-life-management#comment-6607</guid>
		<description>Thank you, Marco. Your comments are helpful. Managing identity in this modern life is no doubt a complex problem and I'm stoked to see companies like Clipperz working on the issue.</description>
		<content:encoded><![CDATA[<p>Thank you, Marco. Your comments are helpful. Managing identity in this modern life is no doubt a complex problem and I&#8217;m stoked to see companies like Clipperz working on the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Barulli</title>
		<link>http://www.metafluence.com/digital-life-management/#comment-6604</link>
		<dc:creator>Marco Barulli</dc:creator>
		<pubDate>Thu, 10 May 2007 16:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.metafluence.com/digital-life-management#comment-6604</guid>
		<description>&#62; My curiosity stems for wondering what good is it to have multiple passwords if they are ultimately controlled by one? 

Password managers (both software and online) are tools that enables you to remember just one very strong password to protect your many other very complex passwords that you don't have to remember.

The alternatives are well known: use the same password for all your accounts, or use easy-to-remember (and to guess) passwords.

The choice is up to you.
Marco</description>
		<content:encoded><![CDATA[<p>&gt; My curiosity stems for wondering what good is it to have multiple passwords if they are ultimately controlled by one? </p>
<p>Password managers (both software and online) are tools that enables you to remember just one very strong password to protect your many other very complex passwords that you don&#8217;t have to remember.</p>
<p>The alternatives are well known: use the same password for all your accounts, or use easy-to-remember (and to guess) passwords.</p>
<p>The choice is up to you.<br />
Marco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.metafluence.com/digital-life-management/#comment-6601</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 10 May 2007 16:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.metafluence.com/digital-life-management#comment-6601</guid>
		<description>&lt;blockquote&gt;&gt; Couldn't the unauthorized person use the service in the way it is intended for authorized users?

Definitely not. There is nothing he can do to exploit the service without the knowledge of the user passphrase.&lt;/blockquote&gt;

I guess that's what I'm curious of. What if someone learns of your user passphrase? Doesn't that open them to all of one's services no matter how many passwords one has. Not that they would see the other passwords, but they could login to the various places managed by Clipperz. My curiosity stems for wondering what good is it to have multiple passwords if they are ultimately controlled by one? Wow, that sounded a little like a line from Lord of the Rings. Hehe.

I'm quite interested in the "zero knowledge" concept for secure identification. I'll check out some of those links.</description>
		<content:encoded><![CDATA[<blockquote><p>> Couldn&#8217;t the unauthorized person use the service in the way it is intended for authorized users?</p>
<p>Definitely not. There is nothing he can do to exploit the service without the knowledge of the user passphrase.</p></blockquote>
<p>I guess that&#8217;s what I&#8217;m curious of. What if someone learns of your user passphrase? Doesn&#8217;t that open them to all of one&#8217;s services no matter how many passwords one has. Not that they would see the other passwords, but they could login to the various places managed by Clipperz. My curiosity stems for wondering what good is it to have multiple passwords if they are ultimately controlled by one? Wow, that sounded a little like a line from Lord of the Rings. Hehe.</p>
<p>I&#8217;m quite interested in the &#8220;zero knowledge&#8221; concept for secure identification. I&#8217;ll check out some of those links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Barulli</title>
		<link>http://www.metafluence.com/digital-life-management/#comment-6587</link>
		<dc:creator>Marco Barulli</dc:creator>
		<pubDate>Thu, 10 May 2007 15:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.metafluence.com/digital-life-management#comment-6587</guid>
		<description>@Justin

&#62; what happens if your Clipperz account is compromised?

The only way to compromise a Clipperz account is getting hold of the user passphrase.  Even if someone steals our servers he will not be able to access any user data in clear. 

&#62; Couldn’t the unauthorized person use the service in the way it is intended for authorized users?

Definitely not. There is nothing he can do to exploit the service without the knowledge of the user passphrase.

&#62; I’m also curious what other types of data you secure through the Clipperz service.

Clipperz  does solve the password management problem, but it mainly gives a practical demonstration of a new breed of web applications: the "zero-knowledge" web apps.

Applications where the provider is simply in charge of delivering the Ajax code to the user's browser and then storing user's data in an encrypted form on its servers.
Clipperz lets you submit confidential information into your browser, but your data are locally encrypted by the browser itself before being uploaded.

Detailed information about the crypto foundations are available here:
http://www.clipperz.com/learn_more/crypto_foundations

The "zero-knowledge" paradigm could be used for a wide range of applications: a personal finance manager, a confidential to-do list, patient records for physicians, ...

Clipperz does not use homemade cryptographic algorithms but implements standard strong encryption schemes (AES, SHA2, Fortuna, SRP, ...).

Since Clipperz is a huge Javascript application, you can review the source code anytime you like. The whole source code is downloaded to your browser before you sign-in, so you can easily check if it is a genuine version. 

More info about performing a security code review is available here:
http://www.clipperz.com/learn_more/reviewing_the_code

You can even include the Javascript code of our crypto primitives in your web applications since we packed them into the Clipperz Crypto Library, released under a BSD license.
Download it here: http:/code.google.com/p/clipperz

Feel free to contact me for any further information,
best regards,
Marco</description>
		<content:encoded><![CDATA[<p>@Justin</p>
<p>&gt; what happens if your Clipperz account is compromised?</p>
<p>The only way to compromise a Clipperz account is getting hold of the user passphrase.  Even if someone steals our servers he will not be able to access any user data in clear. </p>
<p>&gt; Couldn’t the unauthorized person use the service in the way it is intended for authorized users?</p>
<p>Definitely not. There is nothing he can do to exploit the service without the knowledge of the user passphrase.</p>
<p>&gt; I’m also curious what other types of data you secure through the Clipperz service.</p>
<p>Clipperz  does solve the password management problem, but it mainly gives a practical demonstration of a new breed of web applications: the &#8220;zero-knowledge&#8221; web apps.</p>
<p>Applications where the provider is simply in charge of delivering the Ajax code to the user&#8217;s browser and then storing user&#8217;s data in an encrypted form on its servers.<br />
Clipperz lets you submit confidential information into your browser, but your data are locally encrypted by the browser itself before being uploaded.</p>
<p>Detailed information about the crypto foundations are available here:<br />
<a href="http://www.clipperz.com/learn_more/crypto_foundations" rel="nofollow">http://www.clipperz.com/learn_more/crypto_foundations</a></p>
<p>The &#8220;zero-knowledge&#8221; paradigm could be used for a wide range of applications: a personal finance manager, a confidential to-do list, patient records for physicians, &#8230;</p>
<p>Clipperz does not use homemade cryptographic algorithms but implements standard strong encryption schemes (AES, SHA2, Fortuna, SRP, &#8230;).</p>
<p>Since Clipperz is a huge Javascript application, you can review the source code anytime you like. The whole source code is downloaded to your browser before you sign-in, so you can easily check if it is a genuine version. </p>
<p>More info about performing a security code review is available here:<br />
<a href="http://www.clipperz.com/learn_more/reviewing_the_code" rel="nofollow">http://www.clipperz.com/learn_more/reviewing_the_code</a></p>
<p>You can even include the Javascript code of our crypto primitives in your web applications since we packed them into the Clipperz Crypto Library, released under a BSD license.<br />
Download it here: http:/code.google.com/p/clipperz</p>
<p>Feel free to contact me for any further information,<br />
best regards,<br />
Marco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.metafluence.com/digital-life-management/#comment-6572</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 10 May 2007 13:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.metafluence.com/digital-life-management#comment-6572</guid>
		<description>&lt;strong&gt;Marco&lt;/strong&gt;, thanks for the thoughtful reply! I'm curious, what happens if your Clipperz account is compromised? I read that they wouldn't be able to view your password library in plain form. Couldn't the unauthorized person use the service in the way it is intended for authorized users? I am interested in password management as I think it will be an important part of digital life management. I'm also curious what other types of data you secure through the Clipperz service.</description>
		<content:encoded><![CDATA[<p><strong>Marco</strong>, thanks for the thoughtful reply! I&#8217;m curious, what happens if your Clipperz account is compromised? I read that they wouldn&#8217;t be able to view your password library in plain form. Couldn&#8217;t the unauthorized person use the service in the way it is intended for authorized users? I am interested in password management as I think it will be an important part of digital life management. I&#8217;m also curious what other types of data you secure through the Clipperz service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Barulli</title>
		<link>http://www.metafluence.com/digital-life-management/#comment-6520</link>
		<dc:creator>Marco Barulli</dc:creator>
		<pubDate>Thu, 10 May 2007 08:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.metafluence.com/digital-life-management#comment-6520</guid>
		<description>Justin,
your advices are very sound! But if you are going to use multiple strong and complex passwords you can't remember all of them and &lt;b&gt;you definitely need a password manager&lt;/b&gt;. And, even better, a password manager that can protect not just passwords, but the whole set of confidential data that constitutes a large portion of our digital identity!
(Yes, I'm a tad biased …)

Using a password manager is not merely convenient, it’s an effective way to adopt better security practices without too much stress. It basically sums up to: 1) never re-use the same password, 2) use strong passwords.

Software products are certainly an option, but you could also consider &lt;b&gt;a web based solution&lt;/b&gt;.

&lt;a href="http://www.clipperz.com" rel="nofollow"&gt;Clipperz&lt;/a&gt; is an online password manager that can do much more than simply storing your passwords.
- ubiquitous access
- direct login to online services
- offline version
- bookmarklet for quick data entry
- nothing to install or backup
- …

It’s free and completely anonymous.

Clipperz lets you submit confidential information into your browser, but your data are locally encrypted by the browser itself before being uploaded.

The key for the encryption process is a passphrase known only to you.
Clipperz simply hosts your sensitive data in encrypted form and could never actually access the data in its plain form.

For any further information refer to our website: 
&lt;a href="http://www.clipperz.com" rel="nofollow"&gt;http://www.clipperz.com&lt;/a&gt;.

Marco
Clipperz co-founder</description>
		<content:encoded><![CDATA[<p>Justin,<br />
your advices are very sound! But if you are going to use multiple strong and complex passwords you can&#8217;t remember all of them and <b>you definitely need a password manager</b>. And, even better, a password manager that can protect not just passwords, but the whole set of confidential data that constitutes a large portion of our digital identity!<br />
(Yes, I&#8217;m a tad biased …)</p>
<p>Using a password manager is not merely convenient, it’s an effective way to adopt better security practices without too much stress. It basically sums up to: 1) never re-use the same password, 2) use strong passwords.</p>
<p>Software products are certainly an option, but you could also consider <b>a web based solution</b>.</p>
<p><a href="http://www.clipperz.com" rel="nofollow">Clipperz</a> is an online password manager that can do much more than simply storing your passwords.<br />
- ubiquitous access<br />
- direct login to online services<br />
- offline version<br />
- bookmarklet for quick data entry<br />
- nothing to install or backup<br />
- …</p>
<p>It’s free and completely anonymous.</p>
<p>Clipperz lets you submit confidential information into your browser, but your data are locally encrypted by the browser itself before being uploaded.</p>
<p>The key for the encryption process is a passphrase known only to you.<br />
Clipperz simply hosts your sensitive data in encrypted form and could never actually access the data in its plain form.</p>
<p>For any further information refer to our website:<br />
<a href="http://www.clipperz.com" rel="nofollow">http://www.clipperz.com</a>.</p>
<p>Marco<br />
Clipperz co-founder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garry</title>
		<link>http://www.metafluence.com/digital-life-management/#comment-5937</link>
		<dc:creator>Garry</dc:creator>
		<pubDate>Fri, 04 May 2007 12:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.metafluence.com/digital-life-management#comment-5937</guid>
		<description>I store my passwords in excel file packed with WinRar protected by password.</description>
		<content:encoded><![CDATA[<p>I store my passwords in excel file packed with WinRar protected by password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.metafluence.com/digital-life-management/#comment-4293</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 17 Apr 2007 15:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.metafluence.com/digital-life-management#comment-4293</guid>
		<description>&lt;strong&gt;Aidan&lt;/strong&gt;, thanks! Glad you found some good tips here. :)

&lt;strong&gt;Jibran&lt;/strong&gt;, I wouldn't say paranoid as much as I would say digital life management tips. If identity theft weren't a common reality, then perhaps it would be paranoia. As far as a tiered password system, that's just about convenience.

&lt;strong&gt;William&lt;/strong&gt;, I've seen more and more people using password wallets, such as PasswordSafe. I haven't looked in that specific one, but I will know. Thanks for the tip!

&lt;strong&gt;Mike&lt;/strong&gt;, first, congrats on selling BusinessLogs. I've had at least 3 main email addresses in the last 5 years and it is confusing to people. How are your merging them? Are you just forwarding them to a single box?</description>
		<content:encoded><![CDATA[<p><strong>Aidan</strong>, thanks! Glad you found some good tips here. :)</p>
<p><strong>Jibran</strong>, I wouldn&#8217;t say paranoid as much as I would say digital life management tips. If identity theft weren&#8217;t a common reality, then perhaps it would be paranoia. As far as a tiered password system, that&#8217;s just about convenience.</p>
<p><strong>William</strong>, I&#8217;ve seen more and more people using password wallets, such as PasswordSafe. I haven&#8217;t looked in that specific one, but I will know. Thanks for the tip!</p>
<p><strong>Mike</strong>, first, congrats on selling BusinessLogs. I&#8217;ve had at least 3 main email addresses in the last 5 years and it is confusing to people. How are your merging them? Are you just forwarding them to a single box?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rundle</title>
		<link>http://www.metafluence.com/digital-life-management/#comment-4028</link>
		<dc:creator>Mike Rundle</dc:creator>
		<pubDate>Thu, 12 Apr 2007 21:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.metafluence.com/digital-life-management#comment-4028</guid>
		<description>Great tips Justin, sorry it took so long to read them!

One thing I've been doing recently is merging all my email into just my @9rules.com address since I sold Business Logs.  Keeping track of multiple email addresses is tough, especially for my non tech-savvy parents who are confused by the different options :)</description>
		<content:encoded><![CDATA[<p>Great tips Justin, sorry it took so long to read them!</p>
<p>One thing I&#8217;ve been doing recently is merging all my email into just my @9rules.com address since I sold Business Logs.  Keeping track of multiple email addresses is tough, especially for my non tech-savvy parents who are confused by the different options :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Tully</title>
		<link>http://www.metafluence.com/digital-life-management/#comment-3978</link>
		<dc:creator>William Tully</dc:creator>
		<pubDate>Wed, 11 Apr 2007 23:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.metafluence.com/digital-life-management#comment-3978</guid>
		<description>Found this post via another site, so I'll kick in my $0.02 worth also..

I use this fantastic little program: &lt;a href="http://passwordsafe.sourceforge.net/" rel="nofollow"&gt;Password Safe&lt;/a&gt;. I've got it programmed to a 'hot-key' on my keyboard for quick access and it allows me to have (and generate) unique passwords for sites. It also stores login, URL, and anything else you want to remember. I like the idea of a notebook, however, my handwriting is horrible to begin with and I'm likely to lose it... The only real drawback is when I forget to update the database on my USB key/stick/whatever with the current one from my main notebook. Other than that, it's the only way I've found to SAFELY keep track of all the login info... I think I'm approaching 250 entries so far.... </description>
		<content:encoded><![CDATA[<p>Found this post via another site, so I&#8217;ll kick in my $0.02 worth also..</p>
<p>I use this fantastic little program: <a href="http://passwordsafe.sourceforge.net/" rel="nofollow">Password Safe</a>. I&#8217;ve got it programmed to a &#8216;hot-key&#8217; on my keyboard for quick access and it allows me to have (and generate) unique passwords for sites. It also stores login, URL, and anything else you want to remember. I like the idea of a notebook, however, my handwriting is horrible to begin with and I&#8217;m likely to lose it&#8230; The only real drawback is when I forget to update the database on my USB key/stick/whatever with the current one from my main notebook. Other than that, it&#8217;s the only way I&#8217;ve found to SAFELY keep track of all the login info&#8230; I think I&#8217;m approaching 250 entries so far&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

