Skip to content

Comment on Show HN: We open sourced One-Time Secret today

Comments

I also like Zerobin, which encrypts in the browser so no cleartext is saved on the server:

http://sebsauvage.net/paste/

Of course, it's not SSL, but the source is available online and you could create your own implementation using SSL (as I have).

Thanks, I hadn't seen that one yet. There are issues with javascript crypto[1] which is why we didn't go in that direction.

[1] http://matasano.com/articles/javascript-cryptography/

The problem with that article is that the author assumes that the only purpose for javascript cryptography is so that no middle man can understand the content, not the server itself. Javascript cryptography in this context is a more difficult problem only because you must trust that the code that the authentic source delivers does itself not contain a backdoor to the information.

You raise a good point. I'm not against encryption in the browser as a rule but it does open up a whole new can of worms. Our approach is to be just good enough for most usecases.

I'd rather trust the javascript code that I can review than believe that whatever is happening on the service side can be trusted.

Being cautious is important but keep in mind that the goal here is to be a replacement for having plaintext, sensitive info in your email history and chat logs.

We've all seen these: http://plaintextoffenders.com/

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.