RE: PBE Key creation

2009-03-18 Thread brechmos
Thanks, that was helpful. Dave Thompson-4 wrote: > >> From: owner-openssl-us...@openssl.org On Behalf Of brechmos >> Sent: Thursday, 12 March, 2009 17:55 > >> Yeah, I appreciate that. >> >> What I can't see in the docs is how the key and IV is defined from the >> password and if I can do that

RE: PBE Key creation

2009-03-16 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of brechmos > Sent: Thursday, 12 March, 2009 17:55 > Yeah, I appreciate that. > > What I can't see in the docs is how the key and IV is defined from the > password and if I can do that without calling the openssl enc > call. If the > key and IV

RE: PBE Key creation

2009-03-13 Thread brechmos
Yeah, I appreciate that. What I can't see in the docs is how the key and IV is defined from the password and if I can do that without calling the openssl enc call. If the key and IV were from an md5 then I could do "echo '1234' | openssl md5". But it isn't md5 and I can't figure out what it is.

RE: PBE Key creation

2009-03-12 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of brechmos > Sent: Thursday, 12 March, 2009 08:25 > I am relatively new at openssl and am just figuring out its > power. One thing General suggestion: for any of the openssl commandline functions, you can get a brief usage display by adding -?