Earlier quoted context omitted.
With attacks on encryption and privacy by governments and big companies, we need more tools such as PGP. The user should hold the keys, not a government or company. Technical aspects are generally secondary, and should improve, but we shouldn’t dismiss good approaches due to implementation details.
You're absolutely correct. But unless the tools are designed so the average user can easily manage their own keys, it's basically PGP again. I think U2F/WebAuthn dongles actually could solve this problem but there are all sorts of new problems now like "how do I use this with my iPhone and also with my PC" or "what happens when lose my (physical) keychain with my dongle".
Why I Wrote PGP (1999)
21–30 of 194 posts
Re: Why I Wrote PGP (1999)
#22Matthew Green does a pretty good job picking apart PGP's issues, although he completely fails at suggesting alternatives and also completely ignores non-email use cases. https://blog.cryptographyengineering.com/2014/08/13/whats-ma...
To put this in perspective, it's a little like someone invented a bad balanced binary tree before anybody else came up with a hash table or a radix tree or a heap, and then a weird subculture formed around that balanced binary tree based on the idea that you should only ever use that tree algorithm, even though someone subsequently came up with red-black trees that were superior in every way to the original.
Re: Why I Wrote PGP (1999)
#23Earlier quoted context omitted.
The sad thing is if the clipper chip was ubiquitous today that could have killed the ability for spammers to spoof numbers. Some days I can get a dozen robo calls, each with a different spoofed number. People that want non-backdoored crypto could still do so. I'm still blown away at how hard it is to get people to use any encryption, even people who work in infosec/etc. If nothing else, 2020 was a great year for the…
You don't need a clipper chip to trace nuisance calls. You need an authenticated network that records the origin of calls, and hopefully passes that through when calls are forwarded and makes it simple and worthwhile to report nuisance calls and aggregates those reports and takes meaningful action against the origins. Anyway, we're getting shaken/stir or whatever RealSoonNow(TM), so we'll probably have better CallerI…
Re: Why I Wrote PGP (1999)
#24Earlier quoted context omitted.
With attacks on encryption and privacy by governments and big companies, we need more tools such as PGP. The user should hold the keys, not a government or company. Technical aspects are generally secondary, and should improve, but we shouldn’t dismiss good approaches due to implementation details.
You're absolutely correct. But unless the tools are designed so the average user can easily manage their own keys, it's basically PGP again. I think U2F/WebAuthn dongles actually could solve this problem but there are all sorts of new problems now like "how do I use this with my iPhone and also with my PC" or "what happens when lose my (physical) keychain with my dongle".
Re: Why I Wrote PGP (1999)
#25Earlier quoted context omitted.
You're absolutely correct. But unless the tools are designed so the average user can easily manage their own keys, it's basically PGP again. I think U2F/WebAuthn dongles actually could solve this problem but there are all sorts of new problems now like "how do I use this with my iPhone and also with my PC" or "what happens when lose my (physical) keychain with my dongle".
This is an especially funny thing to say when you compare the number of daily users Signal --- itself a niche cryptosystem --- has to PGP.
Re: Why I Wrote PGP (1999)
#26Earlier quoted context omitted.
You don't need a clipper chip to trace nuisance calls. You need an authenticated network that records the origin of calls, and hopefully passes that through when calls are forwarded and makes it simple and worthwhile to report nuisance calls and aggregates those reports and takes meaningful action against the origins. Anyway, we're getting shaken/stir or whatever RealSoonNow(TM), so we'll probably have better CallerI…
Would you want the same capability on the Internet? If not, what makes Internet communication different from POTS communication?
Re: Why I Wrote PGP (1999)
#27Re: Why I Wrote PGP (1999)
#28> But while technology infrastructures can persist for generations, laws and policies can change overnight. Once a communications infrastructure optimized for surveillance becomes entrenched, a shift in political conditions may lead to abuse of this new-found power. Political conditions may shift with the election of a new government, or perhaps more abruptly from the bombing of a federal building. Prescient.
Re: Why I Wrote PGP (1999)
#29Earlier quoted context omitted.
This is an especially funny thing to say when you compare the number of daily users Signal --- itself a niche cryptosystem --- has to PGP.
The Signal protocol is very well designed but the implementation requires a telephone number (I know it is coming). That's a step removed from PGP which can be completely offline.
A simpler way to make the same point would be that relative to modern cryptography, to a first approximation, nobody uses PGP.
Re: Why I Wrote PGP (1999)
#30Matthew Green does a pretty good job picking apart PGP's issues, although he completely fails at suggesting alternatives and also completely ignores non-email use cases. https://blog.cryptographyengineering.com/2014/08/13/whats-ma...
There isn't "an" alternative to PGP, because the idea of a single tool like PGP that covers all the use cases PGP attempts to cover has been revealed to be bankrupt. PGP does a bad job at practically everything it's applied to, because different problem domains ask different things from their cryptography. Backup tools want deduplication. Secure messaging wants relentless forward secrecy. Package signing systems want…
It's a little like that culturally but it's almost entirely unlike that technically - a suboptimal data structure or algo tend to be just suboptimal-but-functional whereas bad cryptography and bad cryptography engineering often fail catastrophically. I know you know this, of course! But for one thing, someone used an iffy analogy on the internet, etc. For another, PGP people love misusing exactly this sort of analogy.