I was trying to think about what to say about SlideShare, so I was browsing the site to give me inspiration, it didn’t work.
What I did find was Clipperz, Clipperz makes it possible to login with one click. The username and password for the site is stored encrypted at Clipperz and is decrypted and posted to the site. I’ll use the example of /., the bookmarklet provided extracts the form and uses that to populate the login form.
{
"page": {"title": "Slashdot: News for nerds, stuff that matters"},
"form": {
"attributes": {"action": "http://slashdot.org/login.pl", "method": "post"},
"inputs":[
{"type": "text", "name": "unickname", "value": "username"},
{"type": "hidden", "name": "returnto", "value": "//slashdot.org/"},
{"type": "hidden", "name": "op", "value": "userlogin"},
{"type": "password", "name": "upasswd", "value": "password"},
{"type": "checkbox", "name": "login_temp", "value": "yes"},
{"type": "submit", "name": "userlogin", "value": "Log in"}]
},
"version": "0.2.3"
}
To be entirely portable you can access the websites from a sidebar in your browser. Naturally this is a nice proof of concept for the real product they are selling: zero-knowledge web applications.
Zero-knowledge web applications is about making web applications more secure. Do you trust Google Documents with your confidential documents? You shouldn’t unless the data is stored without the knowledge of the SaaS provider. Clipperz password manager is the first zero-knowledge web application. This means that Clipperz knows nothing about its users and their data. They do this using a JavaScript library, based on Ajax and browser-based cryptography, which can be used to build applications that users can can use to manage their private data.
technorati tags: saas, business, javascript, security, authentication, identity
Tags: authentication, business, identity, javascript, saas, security
July 26, 2008 at 9:06 pm |
Discuss Hot Ways To Make Money
Topics Here
…
…
July 27, 2008 at 1:32 am |
[...] Clipperz, Online Password Share (tags: saas business javascript security authentication identity) [...]
July 28, 2008 at 12:03 pm |
You mentioned making web applications more secure through Zero Knowledge Web Applications – just a quick clarification -
The technology used by Clipperz which makes it possible to know nothing about their users and their data is Host-Proof Hosting.
There are a number of applications which implement Host-Proof Hosting (one of which Passpack – where I work).
As for Zero Knowledge Web Application – it is a theoretical extension of Host-Proof Hosting.
Here’s a link that explains Host-Proof Hosting (keep in mind it is a product blog) but if you scroll down, you’ll find a few other links that might help.
Louise
October 3, 2008 at 6:25 pm |
I personally hope the donation ware model can be made sustainable for you. Clipperz is truly a revolutionary product that is already an indispensable part of my online existence. Over time, I believe this will be true for many others as well. So, if you are reading this, and agree even slightly with me, cough up a few dinero to invest in the future. Hit that donation button right now.
Did I just sound like I was on a PBS pledge drive?