z*q 发帖数: 29 | 1 I have a file encrypted with RSA. The algorithm to decrypt it is:
m^d%n
m is the encrypted data, and I know d and n, which are large numbers in big
endian format.
I am required to decrypt the file using these information. Anybody has
experience on that, and could you tell me how to do that?
Thanks a lot! |
|