Hi All
I am using mcrypt to encypt a string using MCRYPT_TripleDES with a key:
0123456789abcdef23456789abcdef01456789abcdef0123
and an error stating
Warning: mcrypt_ecb(): Size of key is too large for this algorithm
What can i do...its not up to me to create the key!! how can i go about it!
Thanks
Nick
I am using mcrypt to encypt a string using MCRYPT_TripleDES with a key:
0123456789abcdef23456789abcdef01456789abcdef0123
and an error stating
Warning: mcrypt_ecb(): Size of key is too large for this algorithm
What can i do...its not up to me to create the key!! how can i go about it!
Thanks
Nick