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
d
frome
andn
) ifd
is small (a largee
is a good hint this is the case) -
Required:
- encryption exponend
e
(public key, probably very larger) - modulus
n
- encryption exponend
-
Folder: wiener