Search-1
CRYPTO MEDIUM - 390
Once again we are given the rsa code and a container that gives us the variables.
What i noticed was that the primes here are relatively small, and n can be factored in a matter of minutes using an online tool. I used https://www.alpertron.com.ar/ECM.HTM which factorized n in about 4 minutes.
I'm pretty sure this was not intended, but it worked.
Get your n, factorize it , and there you go
To decode i also used https://www.dcode.fr/rsa-cipher
bucket{your flag}
Last updated
Was this helpful?