Hi , RSA *rsa; rsa=RSA_generate_key(2048,RSA_F4,NULL,NULL);
I need to write public and private key into text file ...is it possible using BN? any suggestion and examples would be great helpful for me. thanks, kris
Hi , RSA *rsa; rsa=RSA_generate_key(2048,RSA_F4,NULL,NULL);
I need to write public and private key into text file ...is it possible using BN? any suggestion and examples would be great helpful for me. thanks, kris