Mind Your Ps and Qs
In RSA, a small e value can be problematic, but what about N? Can you decrypt this? values
Last updated
Was this helpful?
In RSA, a small e value can be problematic, but what about N? Can you decrypt this? values
Last updated
Was this helpful?
This is typical RSA decryption. We are given n
, e
and c
.
All we need are the factors of N
. Because it's small, we can try and check if the factors are known using . And they are! So from here it's just standard RSA: