construction of TDES key from 16 bytes
Hi I have to construct the TDES key using the given 16 bytes. Here the third key in EDE is same as first key. Is there any method which takes the 16 byte array and generate the TDES-EDE key.
Hi I have to construct the TDES key using the given 16 bytes. Here the third key in EDE is same as first key. Is there any method which takes the 16 byte array and generate the TDES-EDE key.
No but it is trivial to convert the 16 byte array into a 24 byte array copying the first 8 bytes to the last 8 bytes.
thank you