RE: Password-based encryption with md5 cbc, how

2003-09-29 Thread Lule Chen
Title: RE: Password-based encryption with md5 cbc, how Thanks, Richard. Lule -Original Message- From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED]] Sent: September 24, 2003 12:55 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Password-based encryption with

Re: Password-based encryption with md5 cbc, how

2003-09-26 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 24 Sep 2003 18:13:00 +0200, "Dr. Stephen Henson" <[EMAIL PROTECTED]> said: steve> On Wed, Sep 24, 2003, Lule Chen wrote: steve> steve> > Thanks, Dr. Stephen: steve> > steve> > Another question: what is the key length, 64 bits or 128 bits? steve> > steve>

Re: Password-based encryption with md5 cbc, how

2003-09-24 Thread Dr. Stephen Henson
On Wed, Sep 24, 2003, Lule Chen wrote: > Thanks, Dr. Stephen: > > Another question: what is the key length, 64 bits or 128 bits? > Well you originally said PKCS#5 v1.5 and the only algorithm defined in there is DES-CBC which is 56 bits. Steve. -- Dr Stephen N. Henson. Core developer of the O

RE: Password-based encryption with md5 cbc, how

2003-09-24 Thread Lule Chen
Title: RE: Password-based encryption with md5 cbc, how Thanks, Dr. Stephen: Another question: what is the key length, 64 bits or 128 bits? Louis -Original Message- From: Dr. Stephen Henson [mailto:[EMAIL PROTECTED]] Sent: September 24, 2003 11:48 AM To: [EMAIL PROTECTED

Re: Password-based encryption with md5 cbc, how

2003-09-24 Thread Dr. Stephen Henson
On Wed, Sep 24, 2003, Lule Chen wrote: > Thanks, Dr. Stephen: > > I have to confess that I have never used OpenSSL library. Could you please > provide some sample code (or outline the steps and the related OpenSSL > functions)? > I suggest you read the manual pages and examples for EVP_CipherIn

RE: Password-based encryption with md5 cbc, how

2003-09-24 Thread Lule Chen
Title: RE: Password-based encryption with md5 cbc, how Thanks, Dr. Stephen: I have to confess that I have never used OpenSSL library. Could you please provide some sample code (or outline the steps and the related OpenSSL functions)? Thanks a lot for your help! Louis -Original

Re: Password-based encryption with md5 cbc, how

2003-09-24 Thread Dr. Stephen Henson
On Wed, Sep 24, 2003, Lule Chen wrote: > Hi, I am new to the OpenSSL. I have a java program that uses the jce sample > of Password-based encryption with md5 and cbc. It uses a fixed salt and > count. And the algorithm is the password-based encryption algorithm as > defined in RSA Laboratories, "PK