issues
search
emse-sas
/
sca_framework
Demonstration application for RO and TDC based SCA attack on the AES 128
MIT License
1
stars
0
forks
source link
Bruteforce key corrections
#60
Closed
samiBendou
closed
4 years ago
samiBendou
commented
4 years ago
Current behavior
The side-channel attack do not guarantee to retrieve all the key bytes
If some key bytes are wrong, the attack fails
Expected behavior
Guess the remaining key bytes using bruteforce
Avoid using brute force when the computational cost is to expensive
Run brute force until the complete key is retrieved
Alternative behavior
Avoid correcting the key
Current behavior
Expected behavior
Alternative behavior