Years ago, working at a friend's security company everyone used Apple Mail with GPG. That is the only time anyone insisted on using encrypted email. Fast forward to the present: I support and like ProtonMail, but I can't talk anyone else into using it. I don't understand why more small companies, wanting to protect their intellectual property, don't use ProtonMail (or something like it).
Well, AFIAK ProtonMail doesn't have business accounts yet, they say they will be adding them soon though.
Encrypted email is still a pain
361–370 of 450 posts
Re: Encrypted email is still a pain
#362Earlier quoted context omitted.
Totally agree; it's just been my experience that crypto specialists don't care about UX any more than UX people care about crypto.
Whoah. Hang on there. Crypto specialists aren't the people lobbying loudly for PGP-encrypted email in 2017. They're the ones who made the world's most popular messaging application double-ratchet deniably encrypted by default without the userbase even noticing.
Re: Encrypted email is still a pain
#363Earlier quoted context omitted.
That the NSA said GPG was gsme over for mass collection in the Snowden lesks should be a reason for everyone to try to improve its UI.
thats a pretty terrible argument. And how it follows for your own logic is beyond me.
Re: Encrypted email is still a pain
#364Earlier quoted context omitted.
> Nobody has completely nailed the UX for long-term long-form conversations, but services like Signal are designed with those kinds of conversations in mind. No, they're actually not designed with any kind of "long termness" in mind! Case in point - one cannot move to a new device and still have access to conversations that happened on the older device with Signal. All old conversations just have to die with the old…
Also, no way to have multiple separate conversations with the same person, or threaded conversations. These may just be app problems -- there may be protocol support for future applications to provide these (this is where Matrix stands today). But the lack of interest in these things doesn't look good.
The details don't matter to ordinary people, but our approval matters much more than you think. I have very high hopes for Matrix.org.
Re: Encrypted email is still a pain
#365Earlier quoted context omitted.
Whoah. Hang on there. Crypto specialists aren't the people lobbying loudly for PGP-encrypted email in 2017. They're the ones who made the world's most popular messaging application double-ratchet deniably encrypted by default without the userbase even noticing.
Wait: which one is that?
Edit: Crap, I mean WhatsApp, which _uses_ Signal's protocol now.
Re: Encrypted email is still a pain
#366Encrypted email is pretty much over in 2017. The emerging consensus among experts is that it's not worth the trouble, or, worse, incapable of doing much more than generating a false sense of security. That's for a bunch of reasons: * An enormous installed base of clients that won't do encryption, meaning that at best you're attempting to tunnel encrypted messaging over an unencrypted transport. * A protocol that leak…
Each time I realize that Signal/Whatsapp/Wire are already doing much more here, and much better than I could do on my own. Sure, they're not email (sadface), but they've effectively solved this problem, by capitalizing on the paradigm shifts brought by phones -- there finally is a device on which to store keys locally (as opposed to on a server) that everyone has.
Re: Encrypted email is still a pain
#367Earlier quoted context omitted.
Forgive my ignorance, but what caused XMPP to fail? Simply the lack of uptake or is there some other reason?
Google, Apple, Facebook, WhatsApp. Everyone[0] is using one of these. None are XMPP or compatible with XMPP. [0] I don't technically mean the entire planet.
Re: Encrypted email is still a pain
#368Re: Encrypted email is still a pain
#369Earlier quoted context omitted.
thats a pretty terrible argument. And how it follows for your own logic is beyond me.
That the NSA cracked, backdoored, or intercepted most providers people trusted but couldnt beat GPG isnt an argument for GPG being secure? I think it's quite an endorsement for GPG given most people's adversaries will be weaker than NSA.
Re: Encrypted email is still a pain
#370Let me contrast the author's experience with my own. Note that I had a brain injury during this process that made me forget scripting and GPG plus hard to learn. I'm a nice test case for how hard things are. :) So, I looked into GPG. Holy shit there's a ton of options and complexity. High-assurance security says subset to minimal thing that works for increased trustworthiness. I noticed it could encrypt files with ot…
I made this pretty quickly: http://kuuv.io/i/L4rZomr.png Slower than if I just used Python with tkinter since I wanted to learn a new UI framework with Clojure at the same time... But it's literally just a dropdown and some buttons wrapping some system calls to 'gpg'. I never bothered with the 'decrypt file' since I can remember 'gpg --decrypt' easily enough. :) So I agree using GPG isn't very hard, it's easy to make…