RSA decryption using only n e and c
问题 I need to decrypt c and I was given only n, e and c and computing p and q or phi(n) would be close to impossible so what other alternatives do I have? I tried calculating p and q but I made very little progress with the search in the last 24 hours of continuous running the program. These are the values I was given: n: 58900433780152059829684181006276669633073820320761216330291745734792546625247 e: 65537 c: 56191946659070299323432594589209132754159316947267240359739328886944131258862 Also, in