Common Factor
52 solves/ 383 points
Source files and Solve Script: TMUCTF/Common%20Factor
Factoring N:
If we look closely at the first hint, we can find one of the factors of N,
From here, we can proceed to find another prime by solving the quadratic from (1)
From the 2nd hint, we can find another factor
At this point, we have 3/5 primes and I don't know how to find the other 2. Then I had a wild thought that if the flag is small enough i.e. then we can decrypt it with these 3 primes we found!
So, I used and got the flag!
Flag: TMUCTF{Y35!!!__M4Y_N0t_4lW4y5_N33d_4ll_p21M3_f4c70R5}
Note:
The flag is small enough(423 bits only). Thus we can use only one prime to solve this challenge!
Last updated
Was this helpful?