Timing Attack
Timing attack exploits the fact that different computations take different times, depending on the processor used.
- by measuring such times, it is possible to infer that a processor is carrying out some specific computation
- e.g. if encryption takes a longer time, it indicates that the secret key is long
- e.g. the time taken by a multiplication varies significantly depending on the operands