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
> 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
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.
> 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 -?