Some attacks on the RSA public-key cryptosystem.
Most of this attacks only work on Textbook RSA.
This attack uses the continued fraction method to expose the private key d when d is small.
-
Key recovery (recover
dfromeandn) ifdis small (a largeeis a good hint this is the case) -
Required:
- encryption exponend
e(public key, probably very larger) - modulus
n
- encryption exponend
-
Folder: wiener