RSA reverse engineering - p and q calculation from privatekey, publickey and the modulus HELP!
- by lnxnt
Hi everyone.
I have BigInteger keys at hand I can copy paste into code. I want to use them. These are a privatekey a publickey and a modulus. I need to calculate the RSA parameters from this. But I suspect there is a library for that which I was unable to find with google. Any ideas? Thanks.