Earlier quoted context omitted.
But they've made gnome worse, not better.
Worse for some people and better for other. My mother (58) and my grand mother (82) love how easily is to do what they usually do contrasted to the windows 8 experience. I don't know if that is a common case or not, but at least it's not a definitive "worse" or "good". And for me, it's great as I never got a call to ask me where is something anymore.
Why Johnny Still Can't Encrypt: Evaluating the Usability of a Modern PGP Client
111–120 of 165 posts
Re: Why Johnny Still Can't Encrypt: Evaluating the Usability of a Modern PGP Client
#112If someone could use your public SSH from say Github and send you a private message that would be great. From my understanding that is not possible. You need to generate and exchange PGP keys before, a major UX issue. Allow SSH public keys to be used and we'll be a lot closer to fixing the secure email issue.
Re: Why Johnny Still Can't Encrypt: Evaluating the Usability of a Modern PGP Client
#113Earlier quoted context omitted.
> In practice, I heard someone say that the biggest improvement in people’s privacy has been use of Gmail. In practice, until Snowden happened, NSA was able to access all the Google's internal data as Google replicated in plaintext its whole datacenters through the links snooped by the NSA or the GCHQ. http://www.slate.com/blogs/future_tense/2013/10/30/nsa_smile...
Correct. And now they encrypt all the inter-data center traffic. Question: Is that done on an end-to-end basis? Or do they encrypt the links between data centers? I want to encrypt a 10g ethernet and all the solutions look quite expensive. Has anyone done high speed encryption (i.e. 10gbps/1500 byte packets) with strongswan or similar?
Re: Why Johnny Still Can't Encrypt: Evaluating the Usability of a Modern PGP Client
#114Backwards compatibility is the killer. The whole design of PGP is to be the envelope to make email private, versus the plaintext postcard that everybody can read. It works with existing servers and existing mail clients. The biggest Snowden revelation is the importance of metadata. Just knowing whom you talk to, when, is frequently enough to compromise the parties involved. You might be doing something legal now, but…
SMTP with TLS doesn't leak any metadata except the connecting IP address. And with DMARC you can mandate it. Calls for whole new protocols for email are usually made by people who don't understand the email ecosystem as it currently stands.
With the number of cloud anti spam and archive companies out there, you have no idea what happens between those providers and the mail servers.
Re: Why Johnny Still Can't Encrypt: Evaluating the Usability of a Modern PGP Client
#115Earlier quoted context omitted.
> In practice, I heard someone say that the biggest improvement in people’s privacy has been use of Gmail. In practice, until Snowden happened, NSA was able to access all the Google's internal data as Google replicated in plaintext its whole datacenters through the links snooped by the NSA or the GCHQ. http://www.slate.com/blogs/future_tense/2013/10/30/nsa_smile...
Correct. And now they encrypt all the inter-data center traffic. Question: Is that done on an end-to-end basis? Or do they encrypt the links between data centers? I want to encrypt a 10g ethernet and all the solutions look quite expensive. Has anyone done high speed encryption (i.e. 10gbps/1500 byte packets) with strongswan or similar?
Without it, it can still encrypt at at 4gbps.
I was going to suggest you could place a couple servers at each end, but you only need one low end server.
Anyone offering expensive solutions is doing you a disservice.
Re: Why Johnny Still Can't Encrypt: Evaluating the Usability of a Modern PGP Client
#116PGP's UX is so dismal I could almost believe the whole project operates under an NSA false flag.
The problem is a lack of funds. It was concieved for nerds by nerds and never got enough funding for UX. A common state in the FOSS universe.
I make money developing a front end for a popular but absolutely unusable piece of FOSS software. Other companies do too. It sometimes feels a bit wrong that the open source guys have done the biggest and hardest job for free, while I profit just slapping some windows and dialog boxes over the top of it. But they really don't want to do that part of it and have openly said they think their UI is fine and that people would benefit from learning to use a command driven interface.
Re: Why Johnny Still Can't Encrypt: Evaluating the Usability of a Modern PGP Client
#117Here is a list of steps to send a signed e-mail: http://davidjarvis.ca/dave/tech/privacy.shtml Once signing is in place, you can send an encrypted e-mail: https://support.mozilla.org/en-US/kb/digitally-signing-and-e... Here's the response from Robert Hansen on why Enigmail has such a complicated process: > Here's the heart of the problem: "Modifying the wizard to account for average users" works only if you can defin…
The words "PGP/MIME" should never appear on a PGP email plugin! When you send a regular file attachment, you don't have to specify the MIME type. It's all silent and hidden.
Re: Why Johnny Still Can't Encrypt: Evaluating the Usability of a Modern PGP Client
#118Earlier quoted context omitted.
You have to encrypt the transport at the application layer when you're talking about the scale of major internet companies--there are so many links going out of each datacenter that it's not feasible to do IPsec or similar lower level encryption. There aren't many hardware devices sold that can do the encryption at the 10-100+ Gbps speeds that datacenter links use (if any), and it's much easier to amortize the encryp…
> There aren't many hardware devices sold that can do the encryption at the 10-100+ Gbps speeds You are vastly underestimating AES-NI. Most modern Intel CPUs can handle that kind of encryption throughput (when paired with fast enough memory). Even my old Sandy Bridge-E CPU from 2011 gives me ~96 Gbps of AES throughput (with quad channel memory).
http://arstechnica.com/security/2013/12/we-cannot-trust-inte...
Re: Why Johnny Still Can't Encrypt: Evaluating the Usability of a Modern PGP Client
#119Backwards compatibility is the killer. The whole design of PGP is to be the envelope to make email private, versus the plaintext postcard that everybody can read. It works with existing servers and existing mail clients. The biggest Snowden revelation is the importance of metadata. Just knowing whom you talk to, when, is frequently enough to compromise the parties involved. You might be doing something legal now, but…
It isn't built into their clients, they don't by default get their own keypairs, it is simply straight up impossible to send encrypted email to even friends and family and have them be able to read it.
Everything else is window dressing to this problem.
Re: Why Johnny Still Can't Encrypt: Evaluating the Usability of a Modern PGP Client
#120Earlier quoted context omitted.
> There aren't many hardware devices sold that can do the encryption at the 10-100+ Gbps speeds You are vastly underestimating AES-NI. Most modern Intel CPUs can handle that kind of encryption throughput (when paired with fast enough memory). Even my old Sandy Bridge-E CPU from 2011 gives me ~96 Gbps of AES throughput (with quad channel memory).
Should we trust the implementation of AES-NI in this context? http://arstechnica.com/security/2013/12/we-cannot-trust-inte...