> From: owner-openssl-us...@openssl.org On Behalf Of Stephan Müller
> Sent: Friday, 10 September, 2010 14:58

> i am wondering how key derivation in openssl works, I got
> 
> > > openssl enc -des -P -k 'admin' -nosalt
> key=21232F297A57A5A7
> iv =43894A0E4A801FC3
> 
> as far i understand the documentation, in this setting the 
> key and iv are
> just taken from
> 
> md5(admin)=456b7016a916a4b178dd72b947c152b7
> 
md5(admin)= 21232f297a57a5a743894a0e4a801fc3
md5(admin PLUS NEWLINE)= what you got


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to