Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Convertion of pkcs8 to pkcs1 key...

1,257 views
Skip to first unread message

sanjaya joshi

unread,
Jun 4, 2013, 10:31:57 PM6/4/13
to
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
0 new messages