Live data from Hacker News

21 years after the request OpenPGP support gets added to Thunderbird

bugzilla.mozilla.org

21–30 of 281 posts

Re: 21 years after the request OpenPGP support gets added to Thunderbird

#22

Why even bother at this point? PGP encryption in email is... not a good way to do secure communication.

What’s wrong with PGP? Or are you referring to email

There are many things wrong with both the UX and internal cryptographic design of PGP. Here are a few articles that go over those issues in more depth:

https://blog.filippo.io/giving-up-on-long-term-pgp/

https://latacora.micro.blog/2019/07/16/the-pgp-problem.html

https://blog.cryptographyengineering.com/2014/08/13/whats-ma...

https://secushare.org/PGP

https://www.techrepublic.com/article/why-pgp-is-fundamentall...

Re: 21 years after the request OpenPGP support gets added to Thunderbird

#25
post #11

Earlier quoted context omitted.

Not if you want to interoperate with anything currently in existence. And if you don't, why bother building it on SMTP?

Because there are too many users on SMTP/Email, but not many PGP users to worry about interoperating? I mean, Hey.com shows that people still like SMTP/Email.

Does it? Or does it show that a small number of highly technical users are willing to pay more for a different email experience? It's a bit early to judge their impact on the ecosystem, and I'm skeptical they'll capture a significant user base in the way that Gmail did.

People use email because everyone uses email; you're not going to get people to change how they use email entirely. Nobody cares that it's running on SMTP, they care that they can email everyone they know with an email address.

Re: 21 years after the request OpenPGP support gets added to Thunderbird

#26
post #8

I do think there ought to be a way to do good cryptography in email. Email is not going away anytime soon, so giving up on it as a legitimate place where cryptography is needed seems too ivory tower for me. The “dead simple solution” is to just run the Signal protocol over SMTP, although I’m sure it’s possible there is a better design if you were to think about the specifics.

I wish to try n help with the dead simple solution. Heck, I wrote myself a wiki doc as one of my hobby projects sometime (posted here unedited so pardon me if its not perfect http://txti.es/ax4tq) for a simple, simple, simple app that would do basically signal over a SMTP-like system, if not SMTP itself for v1 bootstrapping when online, and do simple mesh relaying (ok thats probably an oxymoron) up to 7 hops when offline.

I don't feel confident enough to actually try this project yet, but at least I wrote what my ideal chat app would be, oh and came up with the fancy name 'chattaur' for it.

Re: 21 years after the request OpenPGP support gets added to Thunderbird

#29

How is the Thunderbird development speed nowadays?

Pretty moribund. They got dropped by Mozilla so it's entirely community-driven, and there's only so many things you need to add to an email client, unless you want it to turn into emacs or something.

That said it's a damn good product that's damn good at what it does.

Re: 21 years after the request OpenPGP support gets added to Thunderbird

#30
post #11
post #8

I do think there ought to be a way to do good cryptography in email. Email is not going away anytime soon, so giving up on it as a legitimate place where cryptography is needed seems too ivory tower for me. The “dead simple solution” is to just run the Signal protocol over SMTP, although I’m sure it’s possible there is a better design if you were to think about the specifics.

Not if you want to interoperate with anything currently in existence. And if you don't, why bother building it on SMTP?

You build it on SMTP because upgrading clients is easier than doing a clean slate redesign of ubiquitous internet protocols.

Presumably we're discussing how an open protocol addition might gain any traction at all over walled garden protocols like Slack -- and in those cases you want to maintain as much compatibility as possible.

"Federated SecureEmail 2.0" would be dead-on-arrival, where "Secure Client on top of bog-standard email" is ever so slightly less DOA. You get to re-use the existing identity/routing system, existing servers, existing authorization, etc.

Post reply on HN