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

Difference between revisions of "Tutorial B11 Breaking RSA"

From ChipWhisperer Wiki
Jump to: navigation, search
(Created page with "== RSA Attack Theory ==")
 
(Work in progress)
Line 1: Line 1:
 
== RSA Attack Theory ==
 
== RSA Attack Theory ==
 +
We won't go into what RSA is, see the [[wikipedia:RSA_(cryptosystem)|RSA Wikipedia]] article for a quick background. What we really care about is the following pieces of sudocode used in decrypting a message, given the private key:

Revision as of 06:32, 10 July 2017

RSA Attack Theory

We won't go into what RSA is, see the RSA Wikipedia article for a quick background. What we really care about is the following pieces of sudocode used in decrypting a message, given the private key: