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

pkcs8 question

2009-01-06 Thread Nate
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 using a separate triple des decryption library

rsa to pkcs8 question

2000-11-10 Thread Aaron Jackson
Background I administer a product that requires private keys to be in a specific format, which is not the format given by genrsa. After pulling teeth with the "customer support" people I found out that there is a tool included with the product that generates the required private keys. Also after

PKCS8 Question

2000-03-20 Thread Jeffrey Ricks
Hi all, Here's my situation... I'm trying to produce certs and keys with the Java security packages for use in my ssl enabled web server. The problem is that when I try to start apache in SSL mode, it doesn't like my server cert's private key. The Java docs say that the private key I generated