Re: creating RSA structure when Private key(E,D,N) known

2010-11-26 Thread Dr. Stephen Henson
On Thu, Nov 25, 2010, Chir wrote: Hi guys, i want to create a RSA structure to pass this to RSA_private_decrypt(). I am not generating keys i am getting keys from second party. i have got N, D, E but i dnt know how to generate p, q required to fill the RSA structure. Please help.

Re: creating RSA structure when Private key(E,D,N) known

2010-11-26 Thread Mounir IDRASSI
Hi, I have developed a while ago a tool that uses OpenSSL in order to perform such conversions (between SFM format and CRT format). I have put it under SourceForge (source and binary): http://rsaconverter.sourceforge.net/ The binary is for Windows but the sources (librsaconverter.c and