RSA reverse engineering - p and q calculation from privatekey, publickey and the modulus HELP!
Posted
by lnxnt
on Stack Overflow
See other posts from Stack Overflow
or by lnxnt
Published on 2010-05-27T13:14:30Z
Indexed on
2010/05/27
13:21 UTC
Read the original article
Hit count: 169
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.
© Stack Overflow or respective owner