Re: Create PKCS5V2 Key

2006-11-30 Thread Somnath Nirakari
Thanks Marek. That's exactly what I needed. Regards, Somnath. On 11/30/06, Marek Marcola <[EMAIL PROTECTED]> wrote: Hello, > Given a password,salt and iteration count how can I generate a PKCS5V2 > key using SHA1? > > It would be helpful if somebody can give a pointer to an example using > o

Re: Create PKCS5V2 Key

2006-11-30 Thread Marek Marcola
Hello, > Given a password,salt and iteration count how can I generate a PKCS5V2 > key using SHA1? > > It would be helpful if somebody can give a pointer to an example using > openssl . Use PKCS5_PBKDF2_HMAC_SHA1(), example attached. Best regards, -- Marek Marcola <[EMAIL PROTECTED]> #include