-
Notifications
You must be signed in to change notification settings - Fork 36
Home
Philippe Teuwen edited this page Mar 31, 2016
·
5 revisions
Welcome to the Daredevil wiki!
guess=...input_plaintext...
algorithm=AES
position=LUT/AES_AFTER_SBOX
round=0
guess=...output_ciphertext...
algorithm=AES
position=LUT/AES_AFTER_SBOXINV
round=0
Found key is the last AES round key. Key scheduling must be reverted to find back the AES key:
$ utils/aes_keysckedule <last_round_key> 10
guess=...input_ciphertext...
algorithm=AES
position=LUT/AES_AFTER_SBOXINV
round=0
Found key is the last AES round key. Key scheduling must be reverted to find back the AES key:
$ utils/aes_keysckedule <last_round_key> 10
guess=...output_plaintext...
algorithm=AES
position=LUT/AES_AFTER_SBOX
round=0