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

Reduce encryption data size #42

Closed samiBendou closed 3 years ago

samiBendou commented 3 years ago

Current behavior

Expected behavior

Alternative behavior

samiBendou commented 3 years ago

Regarding the following facts :

Minifying encryption data will not significantly reduce the parsing time.

In the case of Binary to CSV conversion, despite the keys represents a third of the CSV encryption data. It still represent the same proportion of the hole CSV as above. This makes the minification useless for performance purposes.

Furthermore, minification does not allow to inject different keys in the dataset which can be useful if we want to simulate counter-measures that changes the key during the acquisition.