Re: pkcs8 question

2009-01-09 Thread Nate
Steve, Thank you for the prompt reply! Here is the command that I'm using to create a pkcs8 formatted key: openssl pkcs8 -in -topk8 -v2 des3 -passout pass: As you said "The bit you are missing is the PKCS#5 spec which gives details of the PBKDF2 key derivation algorithm." My questions: 1)

Re: pkcs8 question

2009-01-06 Thread Dr. Stephen Henson
On Tue, Jan 06, 2009, Nate wrote: > I'm using openssl to create an encrypted key in pkcs8 format. Specifically > I'm using triple des. An example of the asn1parse output is below. > > My goal is to take the "rather long hexadecimal value", which I assume is > the encrypted key, and decrypt it u