ファイル chall.py および out.txt が与えられた。
out.txt には n, e, c の値が書かれており、c の値は n の値より十進数で 100 桁以上小さかった。
c の値を
出てきた 5 以外の素数を掛け合わせ、
Files chall.py and out.txt were given.
out.txt had values of n, e, and c. The value of c was smaller than n by over 100 digits in decimal.
I factorized the value of c using
I multiplied the prime numbers except for 5 and converted the product to a string using
Multiply, To Base, From Hex - CyberChef