1 year ago
#234868
John
Python - extract an elliptic curve private key from pem file
How do I extract an elliptic curve private key from a pem file to use for signing data in python?
I have been using pyOpenSSL to load the private key, but don't understand the process of extracting the elliptic curve.
python
elliptic-curve
pyopenssl
0 Answers
Your Answer