Hi,
How did you configure mcrypt into php? Many thanks for your help!
""Dreamvale"" <[EMAIL PROTECTED]> wrote in message
000b01c0b240$220e7dc0$5800a8c0@moklc">news:000b01c0b240$220e7dc0$5800a8c0@moklc...
> 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]
>
--
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]