Calling NSA to find your encryption key after a few bits were flipped (2010)
astroengineer.wordpress.com
Calling NSA to find your encryption key after a few bits were flipped (2010)
1–10 of 125 posts
Re: Calling NSA to find your encryption key after a few bits were flipped (2010)
#2It made me wonder--what are the odds of that? What is the relative exposure area of the encryption key compared to the rest of the onboard assets which could have been mangled?
Re: Calling NSA to find your encryption key after a few bits were flipped (2010)
#3Re: Calling NSA to find your encryption key after a few bits were flipped (2010)
#4That's pretty fascinating. I admit I find it kind of strange that only the encryption key was affected in this way, i.e. that finding the newly-correct key proved a fix to the issues, as opposed to fixing one issue out of many linked to such an event. It made me wonder--what are the odds of that? What is the relative exposure area of the encryption key compared to the rest of the onboard assets which could have been…
* Ionizing dose weakens and disrupts crystalline structure. Wears things out / degrades their specs.
* Single, very high energy particles-- e.g. protons-- come in at high speed and change a voltage somewhere. This can have massively bad effects (e.g. it can, for non-radiation hardened parts, cause parts of the chip not meant to be a transistor to become one shorting power and ground-- this is a "single event latchup"). Or, it can affect the operation of one or a few adjacent bits of memory ("single event upset").
Re: Calling NSA to find your encryption key after a few bits were flipped (2010)
#5That's pretty fascinating. I admit I find it kind of strange that only the encryption key was affected in this way, i.e. that finding the newly-correct key proved a fix to the issues, as opposed to fixing one issue out of many linked to such an event. It made me wonder--what are the odds of that? What is the relative exposure area of the encryption key compared to the rest of the onboard assets which could have been…
Re: Calling NSA to find your encryption key after a few bits were flipped (2010)
#6Re: Calling NSA to find your encryption key after a few bits were flipped (2010)
#7Besides hardware mitigations (radiation hardening, ECC memory) what would be software mitigation techniques for this?
At the simplest, write the key ten different places in memory and compare the read values to determine the most probably correct.