Differential fault analysis


Differential fault analysis is a type of side-channel attack in the field of cryptography, specifically cryptanalysis. The principle is to induce faults—unexpected environmental conditions—into cryptographic implementations, to reveal their internal states.
For example, a smartcard containing an embedded processor might be subjected to high temperature, unsupported supply voltage or current, excessively high overclocking, strong electric or magnetic fields, or even ionizing radiation to influence the operation of the processor. The processor may begin to output incorrect results due to physical data corruption, which may help a cryptanalyst deduce the instructions that the processor is running, or what its internal data state is.
For DES and Triple DES, about 200 single-flipped bits are necessary to obtain a secret key. DFA was also applied successfully to the AES cipher.
Many countermeasures have been proposed to defend from this kind of attacks. Most of them are based on error detection schemes.