Hello,
  Could anyone let me know which is the suitable openssl command to convert
PKCS#8 key to traditional PKCS#1 key in openssl_1.0.0?

I used the below command, and it works in openssl_1.0.0:-
openssl rsa -in pkcs8.pem -out pkcs1.pem

But if i use the below command, it doesn't work in openssl_1.0.0 (whereas
it works in openssl_0.9.8):-
openssl pkcs8  -nocrypt  -in pkcs8.pem -out pkcs1.pem

Regards,
Sanjaya

Reply via email to