For the legacy formats (dashes-BEGIN PRIVATE RSA KEY or PRIVATE EC KEY)

just look on the DEK-Info: header line.

 

For PKCS#8 format (dashes-BEGIN ENCRYPTED PRIVATE KEY) do

  openssl asn1parse <key.pem

and the third line will be an OBJECT (really OID) in the form 
pbeWith<hash>and<cipher>.

 

 

From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] 
On Behalf Of Gregory Sloop
Sent: Monday, September 08, 2014 20:58
<snip>

--On that note: Is there a way to determine from an encrypted key-file what 
encryption was used to encrypt it? [I have the password, so it doesn't need to 
be a blind test.]



Reply via email to