RSA decrypt# CS - 计算机科学
z*q
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!
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!