How can I decrypt a RSA encrypted message C given private key d and Phi(n)?
It is known that this is a TextBook RSA, so e is small supposedly.
I have gone through all the usual ways to decrypt RSA, however, it seems that there are little things I could do with only Phi(n).