Converting ECC Private key to PKCS#1 format
Is there any way to convert an ECC private key to RSA PKCS#1 format?
I have tried converting it to PKCS#8 first using OpenSSL:
openssl pkcs8 -topk8 -nocrypt -in EC_key.pem -out pkcs8_key.pem
This results in a pem file that is in (what … Continue reading Converting ECC Private key to PKCS#1 format