Live data from Hacker News

The PGP problem (2019)

latacora.com

41–50 of 121 posts

Re: The PGP problem (2019)

#41

Earlier quoted context omitted.

Of course you omit the QR code issue in your response, just like tptacek tried to deflect in the other subthread after his Cryptocat objection was refuted.

> Of course you omit the QR code issue in your response, What? You mean a vulnerability that was mitigated in February of last year? In what sense am I obligated to comment on such a thing? You use the verb "omit" as if such an obligation exists. This is delusional rhetoric. First you complain about tptacek choosing to comment about a tangent, and then you get upset that I didn't entertain your tangent. Pick a lane.…

I no longer respond if you use Simple Sabotage Field Manual tactics.

EDIT: The submission was flagged from the front page seconds after this reference.

Re: The PGP problem (2019)

#43

Earlier quoted context omitted.

> Of course you omit the QR code issue in your response, What? You mean a vulnerability that was mitigated in February of last year? In what sense am I obligated to comment on such a thing? You use the verb "omit" as if such an obligation exists. This is delusional rhetoric. First you complain about tptacek choosing to comment about a tangent, and then you get upset that I didn't entertain your tangent. Pick a lane.…

I no longer respond if you use Simple Sabotage Field Manual tactics. EDIT: The submission was flagged from the front page seconds after this reference.

> I no longer respond

You just did.

> if you use Simple Sabotage Field Manual tactics.

No idea what you're even talking about there.

> EDIT: The submission was flagged from the front page seconds after this reference.

Okay...?

Re: The PGP problem (2019)

#44
post #42

I'm curious. What's the advantage of using signify/minisign instead of good old PGP/GPG?

PGP/GPG is a complicated mess designed in the 1990's and only incrementally updated to add more complexity and cover more use-cases, most of which you'll never need. Part of PGP/GPG is supporting a large swath of algorithms (from DSA to RSA to ECDSA to EdDSA to whatever post-quantum abomination they'll cook up next).

Signify/Minisign is Ed25519. Boring, simple, fit-for-purpose.

You can write an implementation of Minisign in most languages with little effort. I did in PHP years ago. https://github.com/soatok/minisign-php

Complexity is the enemy of security.

Re: The PGP problem (2019)

#45

Even though I read so many posts criticizing PGP, it's still difficult for me to find an alternative. He states in the article that being a "Swiss Army Knife" is bad. I understand the argument, but this is precisely what makes GPG so powerful. The scheme of public keys, private keys, revoke, embedded WOT, files, texts, everything. They urgently need to make a "modern version" of GPG. He needs a replacement, otherwise…

The so-called web of trust is meaningless security theatre. >They urgently need to make a "modern version" of GPG. Absolutely not.

> The so-called web of trust is meaningless security theatre.

Ignoring your comment’s lack of constructive criticism, I’m going to post this meaningful implementation that an excellent cryptographer, Soatok Dreamseeker, is working on: [1].

You may also search for his posts in this HN thread, his nickname is “some_furry”.

[1]: https://github.com/fedi-e2ee/public-key-directory-specificat...

Re: The PGP problem (2019)

#47
post #31

Earlier quoted context omitted.

I don't care that it's a tangent, I care that it's incoherent and wrong.

The tangent explicitly talks about generic messaging services. Whatsapp and Signal have more money than gpg. Thinking about it more, it is not even a tangent, because TFA says: "Use Signal. Or Wire, or WhatsApp, or some other Signal-protocol-based secure messenger."

I wrote TFA. Signal is a nonprofit. The article says to use Signal-protocol-based messengers, of which there are several. Your objection about money doesn't make sense.

Re: The PGP problem (2019)

#48
post #45

Earlier quoted context omitted.

The so-called web of trust is meaningless security theatre. >They urgently need to make a "modern version" of GPG. Absolutely not.

> The so-called web of trust is meaningless security theatre. Ignoring your comment’s lack of constructive criticism, I’m going to post this meaningful implementation that an excellent cryptographer, Soatok Dreamseeker, is working on: [1]. You may also search for his posts in this HN thread, his nickname is “some_furry”. [1]: https://github.com/fedi-e2ee/public-key-directory-specificat...

Keyservers already “solved” this problem without needing federation because we only needed one keyserver anyway. Federating them isn’t going to do anything. Web of trust is a broken system that sounds super cool until you try to really use it. It has so many flaws that there’s really no way to revive it. Keybase tried to do something about it and also failed.

Re: The PGP problem (2019)

#49
post #45

Earlier quoted context omitted.

> The so-called web of trust is meaningless security theatre. Ignoring your comment’s lack of constructive criticism, I’m going to post this meaningful implementation that an excellent cryptographer, Soatok Dreamseeker, is working on: [1]. You may also search for his posts in this HN thread, his nickname is “some_furry”. [1]: https://github.com/fedi-e2ee/public-key-directory-specificat...

Keyservers already “solved” this problem without needing federation because we only needed one keyserver anyway. Federating them isn’t going to do anything. Web of trust is a broken system that sounds super cool until you try to really use it. It has so many flaws that there’s really no way to revive it. Keybase tried to do something about it and also failed.

To be clear, this is not Web of Trust. It's using Key Transparency as a means to distribute public keys more securely than TOFU.

If people want to build WoT on top of ny design, I won't stop them, but it's not a goal of mine.

Re: The PGP problem (2019)

#50
post #2

Probably resurfacing, because we have some new attacks thanks to CCC. [0] [0] https://news.ycombinator.com/item?id=46453461

Indeed, I saw it linked to in that thread, read it and thought it'd be worth resurfacing.
Post reply on HN