Dear Timothy Fehlman,
On your blog you often address security issues. Therefore I thought you could be interested in Clipperz, a newly launched online password manager.
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.
Do we really need to trust web service providers with our data? Clipperz proves that this is not always necessary.
The “zero-knowledge” paradigm could be used for a wide range of applications: a personal finance manager, a private to-do list, patient records for physicians, a confidential word processor,…
I would be honored to know your opinion, no matter if privately or publicly on your popular and authoritative blog.
Best regardss,
Marco
======================
WHAT IS CLIPPERZ
Clipperz is an online password manager. Clipperz can be used to store and freely organize any kind of confidential textual information, such as passwords, confidential notes, burglar alarm codes, credit and debit card details, PINs, software keys, and so on. Clipperz is free and completely anonymous. Nothing to install. Nothing to backup.
FEATURES
- Direct logins
Users can save the details of their online accounts into Clipperz and quickly create a “direct login” link: just one click to authenticate and access the online service without typing any username and password. Highly addictive!
A video tutorial to discover “direct logins”
- Offline copy
Users can dump their encrypted data from Clipperz servers to a local hard disk or USB drive and create a read-only version of Clipperz to be used when no Internet connection is available.
- Special edition for Firefox sidebar
Clipperz Compact is a stripped down edition designed for the Firefox sidebar. It makes “direct logins” even more addictive!
- Sharing (coming soon)
A public key infrastructure is transparently embedded within Clipperz. Users can define “trusted contacts” and policies for sharing secrets with them. Trust mechanism from the real world could be moved within Clipperz without bothering with certificates and authorities. (based on elliptic curve cryptography)
ABOUT SECURITY
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.
Clipperz does not use homemade cryptographic algorithms but implements standard strong encryption schemes (AES256 for encryption, SHA-256 for hashing, Fortuna as PRNG, SRP authentication protocol, …).
Detailed information about the crypto foundations are available here:
http://www.clipperz.com/learn_more/crypto_foundations
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
For any further information visit:
- the Clipperz Forum: http://www.clipperz.com/forum
- the Clipperz Blog: http://www.clipperz.com/blog
I look forward to your feedback in the comments.