Hello,

I'm using openssl to implement PBEWithMD5AndDES.  I'm also using Sun's JCE1.2 for java 
to do the
same thing.  When my iteration count <= 255 (0xff) I get the same encrypted data back 
from both
programs.  However, if I use a iteration count > 255 I stop getting the same encrypted 
data back. 
I'm not sure if the problem is in openssl or JCE1.2, but I thought I'd see if anyone 
has seen this
before or has any ideas.  I would just use a iteration count < 256, but the PKCS#5 
spec says not
to use a count < 1000.

Joel
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to