I need to encrypt/decrypt data using 3DES. the Keys shared with me are in the form of;
Component 1 = 11111111111111111111111111111111
Component 2 = 22222222222222222222222222222222
KVC = ABCD1234
I need to create 3DES Key from the above components, or K1,k2,k3 sub keys,
I understand sub keys are 16 bytes long, however these are 32 bytes long.
Please share the procedure to create 3DES key.