Justtechjobs.com Find a programming school near you






Online Campus Both


php-windows | 2001042

Re: [PHP-WIN] Mcrypt From: carteBlanche (sendSpam <email protected>)
Date: 04/28/01

Hi,

How did you configure mcrypt into php? Many thanks for your help!

""Dreamvale"" <dreamvale <email protected>> wrote in message
news:000b01c0b240$220e7dc0$5800a8c0 <email protected>
> 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: php-windows-unsubscribe <email protected>
> For additional commands, e-mail: php-windows-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-windows-unsubscribe <email protected>
For additional commands, e-mail: php-windows-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>