Hi,

While trying out the following sample codes,
<?php
$key = "donkey kong";
$input = "Let us meet at 9 o'clock at the secret place.";
$encrypted_data = mcrypt_ecb (MCRYPT_TripleDES, $key, $input,
MCRYPT_ENCRYPT);
?>


I got this warning.

"Warning: attempt to use an empty IV, which is NOT recommend in ...."

How to get rid of it?

Thanks.


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to