Convert PKCS1 private key to PKCS8 private key

From the command line you can run
openssl pkcs8 -topk8 -inform PEM -outform PEM -in private.pkcs1 -out private.pkcs8 -nocrypt
We can do the same in javascript


No data is being sent to the server, everything happens within the context of this web page.




To validate this pkcs8 record you can convert it baco pkcs1 through openssl: openssl pkcs8 -inform PEM -outform PEM -in private.pkcs8 -out private.pkcs1 -nocrypt
Made with by Patrick Roumanoff Fork me on GitHub