As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Changes

Jump to: navigation, search

Tutorial B11 Breaking RSA

258 bytes added, 15:24, 3 August 2018
Plotting a Reference
[[File:B11_diff_plot.png|400px]]
 
BONUS: Why not use correlation or something else instead of the Sum of Difference metric? You can try that if you'd like:
 
<syntaxhighlight>
diffs = []
 
diffs = np.correlate(rsa_one, tm.getTrace(target_trace_number))
 
plot(diffs)
show()
</syntaxhighlight>
== Automating the Attack ==
Approved_users, bureaucrat, administrator
1,956
edits

Navigation menu