View Single Post
  #7  
Old 11-06-2016, 03:55
t3xc0d3 t3xc0d3 is offline
Friend
 
Join Date: Oct 2016
Posts: 9
Rept. Given: 0
Rept. Rcvd 4 Times in 3 Posts
Thanks Given: 0
Thanks Rcvd at 24 Times in 9 Posts
t3xc0d3 Reputation: 4
Have a look at the solutions to the challenges itself. For instance, here:

https://github.com/SideChannelMarvels/Deadpool/tree/master/wbs_aes_ches2016/DFA

They are able to obtain the last round key. This means that they are able to calculate the initial AES key. By this key it is possible to decrypt encrypted data.

Another nice read is http://phrack.org/issues/68/8.html
Reply With Quote
The Following User Gave Reputation+1 to t3xc0d3 For This Useful Post:
niculaita (11-06-2016)
The Following User Says Thank You to t3xc0d3 For This Useful Post:
niculaita (11-06-2016)