Does anyone have experience with 'Clipperz' (
http://www.clipperz.com/)?
It's an online password storage system like LastPass (at least to some degree - since I haven't use either for more than 5 minutes, there are probably some significant differences).
I like the idea of being able to get to my stuff from anywhere over the Internet, but I'm a little concerned about trusting my stuff to an online entity (even if the vendor is on the up-and-up and is trying to do everything right, if they become a target of criminals, who knows what little mistake can cause the exposure of my data?) Anyway, Clipperz has some attraction to me in that
it's open source, so I can take their PHP files and drop it on any hosting service and have my own private setup for this.
From my brief look, it appears to use client-side JavaScript crypto to encrypt your data, and embeds the encrypted database into the page when you log on. This also lets Clipperz have a feature where it'll produce an HTML file with the encrypted database and the JavaScript that can decrypt it (after the master password is provided) so you can have a read-only copy locally (or on a USB stick). With this, if you don't want this data on the Internet at all, you wouldn't necessarily need to even have the PHP webserver accessible on the big Internet - you'd just need a copy accessible on your local home network (I'm not sure if the Clipperz PHP files will run on a Windows webserver, or if it needs/prefers Linux).
I have no idea how well it manages auto logon to websites, but I'm not particularly interested in that - copy-n-paste of credentials will work well enough for me.
It's probably not quite as easy as I might be thinking, but I'm wondering if anyone has any experience (or even no-experience, but opinions) with this stuff.