Comment on AMI-Bios Sourcecode and UEFI Signing Key leaked?parentComments−marshray13yYou may have to remove the === BEGIN/END blah === header and run the result through 'base64 -d' first. openssl asn1parse (-text or -dump I forget) -inform (pem or der) -in [filename] The private key should list 'P', 'Q', and the 'modulus'. If the modulus is the same as in the public key, it's the same.
Comments
You may have to remove the === BEGIN/END blah === header and run the result through 'base64 -d' first.
The private key should list 'P', 'Q', and the 'modulus'. If the modulus is the same as in the public key, it's the same.