Hello Sir/Mam,

I am working on mitigation to Side-channel timing based attack for my research in computing subject. As per my knowledge, attackers execute side-channel timing attack by measuring difference between execution time. If time required to execute any program is high or low, on that base they obtain secrete keywords or password (A-Z, a-z, 1-0 and special charactors) by measuring the time.

My idea is If I assign fix value of execution time to every execution then attacker could not find any difference to measure and attack can not happen.

But is it feasible or can I assign such fix value of execution time to CPU?

Similar questions and discussions