Re: Algorithm used to convert passphase provided in callback to cipher key.

2003-10-30 Thread Nils Larsch
On Thursday 30 October 2003 08:02, Alicia da Conceicao wrote: > Greetings: > > I am working on making some embedded encryption code interop with > openssl. To that end, I would appreciate if someone could please > outline step-by-step how a pass-phase provided in a password > callback is converted

Algorithm used to convert passphase provided in callback to cipher key.

2003-10-30 Thread Alicia da Conceicao
Greetings: I am working on making some embedded encryption code interop with openssl. To that end, I would appreciate if someone could please outline step-by-step how a pass-phase provided in a password callback is converted into an encryption key for a symmetric cipher. Whatever means openssl u