Earlier quoted context omitted.
Relevant... [1] > Ken describes how he injected a virus into a compiler. Not only did his compiler know it was compiling the login function and inject a backdoor, but it also knew when it was compiling itself and injected the backdoor generator into the compiler it was creating. The source code for the compiler thereafter contains no evidence of either virus. [1] https://wiki.c2.com/?TheKenThompsonHack
This has always impressed me, I'd love to peek the code and try to read it but I highly doubt I'd be proficient enough to understand it.
_NSAKEY
101–110 of 118 posts
Re: _NSAKEY
#102Earlier quoted context omitted.
I think that's the point the comment you are replying to made: if it was legitimately a microsoft key that just serves a different purpose, it would be trivial for microsoft to prove it by just signing a message or anything with the corresponding private key. The fact that they haven't reinforces the argument that they don't own the private key (likely, the NSA does as the conspiracy goes)
> it would be trivial for microsoft to prove it by just signing a message or anything with the corresponding private key. It would also be trivial for Microsoft to call up the NSA and say "they're ON TO US and it looks bad to our customers, can you please sign this message?" That is, the test you suggest proves nothing-- you can't prove that only you hold a private key.
Re: _NSAKEY
#103Everyone loves a good conspiracy. It distracts us from the real world of carelessness, incompetence, laziness, and lowpriorityness.
Re: _NSAKEY
#104Earlier quoted context omitted.
The NSA has built absolutely fuck off massive datacenters in multiple places in the United States. The parent is suggesting the telemetry from Windows 10 is mostly getting passed off to the NSA
That's a nice conspiracy theory, but that doesn't make it any less absurd.
Sorry, but if you've been reading, there's just no other explanation.
Re: _NSAKEY
#105Earlier quoted context omitted.
The NSA has built absolutely fuck off massive datacenters in multiple places in the United States. The parent is suggesting the telemetry from Windows 10 is mostly getting passed off to the NSA
That's a nice conspiracy theory, but that doesn't make it any less absurd.
Re: _NSAKEY
#106So just be careful viewing the incident from 2020 with the purported benefit of decades of hindsight.
Disclaimer: I’m the guy who first found it and announced it at the rump session of the Crypto conference in Santa Barbara that year...
Re: _NSAKEY
#107Earlier quoted context omitted.
That's a seperate key, which doesn't seem to have an interesting name, not _NSAKEY: > In addition, Dr. Nicko van Someren found a third key in Windows 2000, which he doubted had a legitimate purpose, and declared that "It looks more fishy".
https://en.wikipedia.org/wiki/Nicko_van_Someren Excerpt: "Van Someren has published numerous papers in the field of computer security. In 1998 he co-authored a paper[13] with Adi Shamir introducing the concept of key finding attacks. A statistical key finding attack was used by van Someren to locate the signature verification keys used by Microsoft to validate the signatures on MS-CAPI plug-ins. One of these key was…
Re: _NSAKEY
#108Earlier quoted context omitted.
The NSA has built absolutely fuck off massive datacenters in multiple places in the United States. The parent is suggesting the telemetry from Windows 10 is mostly getting passed off to the NSA
That's a nice conspiracy theory, but that doesn't make it any less absurd.
https://theintercept.com/2018/06/25/att-internet-nsa-spy-hub...
I actually didn't say that Microsoft is directly passing all the data to NSA, just that the NSA (and FBI, and DEA, and IRS, etc) can request that data on anyone at anytime, and it's half of the time a secret request with a gag order.
But now that you mention it, there is a non-zero chance that Microsoft could pass some of the data directly to the US government, too, but maybe just for some services, like Skype.
Also "all that telemetry data" is probably counted in tens or hundreds of TBs a year, which is nothing for a company like MS or an agency like the NSA. Telemetry doesn't take that much space, just a few strings for each event.
Are you completely unaware of the fact that Microsoft does collect telemetry on every app you open, every file you have on your PC, every search you do (locally), and other stuff like that? Because that's exactly what they're doing -- Bing it, if you will. Do you think they're tracking all that data without actually storing it and analyzing it?
Re: _NSAKEY
#109Earlier quoted context omitted.
Coincidence theories tend to hinge on the idea that everyone is incompetent and that nobody could ever collude together in secret for any sort of malicious or self interested purpose.
They hinge on the idea that the greater the value of T or N, the less likely a conspiracy will remain a secret, where T is time and N is the number of conspirators. N is usually the dominate factor.
Re: _NSAKEY
#110Earlier quoted context omitted.
But if it's really the key to a backdoor, it has to be used somewhere in the code. E.g., some part of Windows had to check something signed with the key or encrypt something with it.
Windows used _NSAKEY (and another key) to check that Cryptographic Service Providers are signed. Otherwise it wouldn't allow them to be used. This was explained in the article.