Ask HN: Why doesn't someone provide JS encrypted webmail
1–10 of 65 posts
Re: Ask HN: Why doesn't someone provide JS encrypted webmail
#2Re: Ask HN: Why doesn't someone provide JS encrypted webmail
#3Of course some super-companies might require encrypted mail, but that might not be a good enough use case to base a business on.
Re: Ask HN: Why doesn't someone provide JS encrypted webmail
#4There are grease monkey scripts that do this. Maybe because there is very little demand?
Are you talking about this? http://www.langenhoven.com/code/emailencrypt/gmailencrypt.ph...
I'll check it out, though I thought it had some issues with the latest version of FF.
Re: Ask HN: Why doesn't someone provide JS encrypted webmail
#5Re: Ask HN: Why doesn't someone provide JS encrypted webmail
#6I suspect because nobody can be bothered to encrypt mail anyway? I've tried to establish pgp links with friends several times, but eventually we always fell back to unencrypted mails. Of course some super-companies might require encrypted mail, but that might not be a good enough use case to base a business on.
Re: Ask HN: Why doesn't someone provide JS encrypted webmail
#7Technically I think a purely passphrase-encrypted webmail would not be very secure, because if you used an asymmetric algorithm, the private keys would no longer be private, and if you used a symmetric algorithm you'd either have to change the pass-phrase each time or deal with a key-vulnerability. But I might be wrong.
Finally the demand could probably be created if it were implemented in a user-friendly way. I think it has to, somehow, eventually. It will not be difficult to convince people to use it once it works in a simple, transparent way. After all, everyone got used to logging in everywhere, as well.
In the long run, now matter how cool clients like GMail are, we should not leave our private communication to others and especially not to companies.
Perhaps it requires a person similar to Mark Shuttleworth with a lot of resources and a philantropic drive to start thinking about a solution.
Re: Ask HN: Why doesn't someone provide JS encrypted webmail
#8What keeps the webmail company from supplying you with modified client-side JS code which forwards the keys you enter to $three_letter_agency?
Re: Ask HN: Why doesn't someone provide JS encrypted webmail
#9Good question. Right now I guess from a cryptographer's point of view all our emails are basically as public as Twitter messages, if anyone cares to read them. Technically I think a purely passphrase-encrypted webmail would not be very secure, because if you used an asymmetric algorithm, the private keys would no longer be private, and if you used a symmetric algorithm you'd either have to change the pass-phrase each…
Re: Ask HN: Why doesn't someone provide JS encrypted webmail
#10Good question. Right now I guess from a cryptographer's point of view all our emails are basically as public as Twitter messages, if anyone cares to read them. Technically I think a purely passphrase-encrypted webmail would not be very secure, because if you used an asymmetric algorithm, the private keys would no longer be private, and if you used a symmetric algorithm you'd either have to change the pass-phrase each…
If the private keys were stored pass-phrase encrypted it could work, and the weakest link of your private key/passphrase defines your security.
That's why I think public keys would be the user-friendly way. Public = Only passphrase protects the key.