Well, in many cases AES keys are used one time, and there's also forward secrecy that guards it from decryption even if the key leaked.
Tempest attacks against AES: Stealing keys using minimal equipment [pdf]
11–20 of 69 posts
Re: Tempest attacks against AES: Stealing keys using minimal equipment [pdf]
#12Earlier quoted context omitted.
...how about a random-power-consumer? would it help?
Generally mitigations like adding random things only delay attacks like this, they don't prevent them. Like adding random timings won't prevent timing attacks, adding random sized strings won't prevent chosen plaintext or padding attacks, etc...
Re: Tempest attacks against AES: Stealing keys using minimal equipment [pdf]
#13Earlier quoted context omitted.
...how about a random-power-consumer? would it help?
No, not at all. A raised SNR can be overcome in almost all circumstances by making more measurements, i.e. correlation, since noise is not correlated, it is removed. For the same reason random delays don't help against timing attacks.
Re: Tempest attacks against AES: Stealing keys using minimal equipment [pdf]
#14Earlier quoted context omitted.
Generally mitigations like adding random things only delay attacks like this, they don't prevent them. Like adding random timings won't prevent timing attacks, adding random sized strings won't prevent chosen plaintext or padding attacks, etc...
Wonder if you can hash the cryto algorithm.
Re: Tempest attacks against AES: Stealing keys using minimal equipment [pdf]
#15Earlier quoted context omitted.
...how about a random-power-consumer? would it help?
No, not at all. A raised SNR can be overcome in almost all circumstances by making more measurements, i.e. correlation, since noise is not correlated, it is removed. For the same reason random delays don't help against timing attacks.
Re: Tempest attacks against AES: Stealing keys using minimal equipment [pdf]
#16Re: Tempest attacks against AES: Stealing keys using minimal equipment [pdf]
#17Totally don't get it in the slightest.
Re: Tempest attacks against AES: Stealing keys using minimal equipment [pdf]
#18Can someone ELI5 how this works? Would be much appreciated <3
Re: Tempest attacks against AES: Stealing keys using minimal equipment [pdf]
#19If it is possible to be immune by design to power analysis, timing and tempest attacks, is there a list of such algorithms somewhere that I can look it up? My google-fu hasn't returned anything useful.
Re: Tempest attacks against AES: Stealing keys using minimal equipment [pdf]
#20Are there any modern crypto algorithms that are, by design, immune from an attack such as this? Would not having any key-dependent code paths be sufficient to prevent this attack? If it is possible to be immune by design to power analysis, timing and tempest attacks, is there a list of such algorithms somewhere that I can look it up? My google-fu hasn't returned anything useful.