Problem with the decryption
I am using 3DES_2KEY with the default key. The value of the CDATA in the APDU is -encrypted form of {30 30 30 30 30 30 30 30}, when I decrypt this I get the solution as 31 32 33 34 35 36 37 38. The default key I am using is {01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10} and MODE : CBC_NOPAD: Can anyone help me ....

