Hi, We work on verification of code in our company. We use the openssl to generate the key-pair and then to encrypt data using the key-pair. However we would like to verify that we do everything correctly so we want to encrypt independently using the private key. So our question is how do we extract the private key as a 256 byte out of the 1766 bytes in HEX format of the private key section inside the key.pem?
Regards, Ameet