Code: Select all
<?php
$key = "this is a secret key";
$input = "Let us meet at 9 o'clock at the secret place.";
$encrypted_data = mcrypt_ecb (MCRYPT_3DES, $key, $input, MCRYPT_ENCRYPT);
?>Fatal error: Call to undefined function: mcrypt_ecb() in C:\modtestingforum\test\index.php on line 6
PHP Fatal error: Call to undefined function: mcrypt_ecb() in C:\modtestingforum\test\index.php on line 6
i don't know how to implement this to my php or what do i have to do, do i need the mcrypt libraries and put them in somewhere so they can work? thnx in advance