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.

[197 byte] By [buddy_boya] at [2007-11-27 10:23:18]
# 1

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.

sabre150a at 2007-7-28 17:21:09 > top of Java-index,Security,Cryptography...
# 2

thank you

buddy_boya at 2007-7-28 17:21:09 > top of Java-index,Security,Cryptography...