You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use Daredevil to attack a DES repository that i have, and in order to do it i need to use some LUT.
The three LUTs available for DES are one containing the SBOXes (DES_SBOX), one containing a partial sbox (DES_SBOX_SMALL) and one contaning a set of numbers in order (DES_BEFORE_SBOX)
I saw that this file is read, stored in conf.sbox and used in construct_guess_DES , but i have not figured out the format it should have, and the attack is not returning the correct keys, even with 60k traces.
Can anyone explain this file a little bit for me?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I am trying to use Daredevil to attack a DES repository that i have, and in order to do it i need to use some LUT.
The three LUTs available for DES are one containing the SBOXes (DES_SBOX), one containing a partial sbox (DES_SBOX_SMALL) and one contaning a set of numbers in order (DES_BEFORE_SBOX)
I saw that this file is read, stored in conf.sbox and used in construct_guess_DES , but i have not figured out the format it should have, and the attack is not returning the correct keys, even with 60k traces.
Can anyone explain this file a little bit for me?
Thanks in advance.
The text was updated successfully, but these errors were encountered: