DES3 padding
843811Mar 24 2006 — edited Mar 24 2006I 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_