Home
Writeups Misc About
Everything Is Big

Everything Is Big

RSA, except we are given a huge public exponent e that has the same number of bits as the modulus N. We can attack this using Wiener's Attack. The condition for Wiener's attack is

d13N4.

We can refer to the way that the attack works in the Cryptohack Book.

Sage Implementation: