摘要:
尝试分解N,发现无论是http://factordb.com/index.php?或者是使用yafu都不行,再仔细观察发现e=1。好像发现了什么 me mod n = c,因为e=1 所以可以得出 m = c+k*n (k=0,1,2,3,4....) 于是可以进行尝试,发现k=0的时候,刚刚就得到 阅读全文
摘要:
Math is cool! Use the RSA algorithm to decode the secret message, c, p, q, and e are parameters for the RSA algorithm. 解题链接: http://ctf5.shiyanbar.com 阅读全文