EeeeeeeE

Someone deleted p and q from the database! Help me decrypt the data back

I was given the value of the ciphertext and e but nothing else... So how was i supposed to decode this?

Since the public exponent is small (in this case where e = 3), we can perform a Low Exponent Attack, where if the plaintext message , m is small enough such that m^e < n, the ciphertext ct becomes m^e.

Refer to this vid for more

Solve script

The output being

Thus the flag is applicable if GCTF24{e_1s_t0o_sM@l1}

Last updated