Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DES3 padding

843811Mar 24 2006 — edited Mar 24 2006
I use the DES_ecb3_encrypt function of OpenSSL library for DES3 ECB
encryption/decryption.
Can I use this function in order to decrypt strings encrypted by Java
Cryptography Architecture API - DES3 ECB mode with the PKCS5Padding padding scheme?
Does implementation of the DES3 ECB algorithm of Java Cryptography
Architecture API really uses the PKCS5Padding padding in case when all 3 key values are provided? How it uses this padding in this specific case?

Thank you very much in advance,
a_k_
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 21 2006
Added on Mar 24 2006
7 comments
354 views