cryp.sr is an experimental minimal host-proof cryptographic list manager. It has no authentication, uses no cookies, no email is required for registration, and your password never leaves your browser. All encryption is done in Javascript on the client side - the cryp.sr server simply stores an opaque blob of data. There's a blog post describing the initial idea here, and another one about cryp.sr's subsequent evolution here.
cryp.sr, like all host-proof applications, relies on a community of users to provide peer review. The client-side code for cryp.sr is published here. You should also know about the #crypsr hashtag on Twitter, which is where you should blow the whistle if you notice any skullduggery. I will announce application updates and new hashes using this hashtag from the @crypsr account.
I've also published AppHash, a FireFox addon that helps you verify that a host-proof application matches a known hash. The source for AppHash lives on github. AppHash is a (cumbersome) first stab at host-proof app verification, which is an unsolved problem at the moment.
The primary intent behind cryp.sr is to have a flexible host-proof platform on which to try out some new ideas relating to host-proof applications. Keep watching this space for further developments.
"Experimental" is also code for "I won't be too afraid to piss off my users a little". Commercial host-proof applications don't have this luxury, and I think that innovation has stagnated as a consequence.
Not really, but lets make a deal:
Yes. The point of departure for a host-proof application is that we don't trust the host. Exposing encrypted user data to the world forces us to think honestly about the implications of this stance. For example, an offline attempt at cracking encrypted pads is a near certainty - so I recommend that you choose a passphrase with a full 128 bits of entropy. The cryp.sr client can generate a strong passphrase for you. It will have 23 characters so memorizing it might not be fun, but don't worry - Bruce Schneier says you can keep it written on a slip of paper in your wallet.
Just save the page from your browser. The pad page has no external dependencies at all, so your encrypted data will be stored to disk. When you view the file, you'll be prompted for your password to decrypt the data. Note, though, that you won't be able to save data back to the server from an offline copy.
There's a 100k data size limit.