Código 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);
Código PHP:
Warning: mcrypt_ecb(): Attempt to use an empty IV, which is NOT recommend
Alguien puede pasarme un ejemplo?.
Cuando es útil utilizar MCRYPT?/pa que sirve?
Se puede encriptar el código PHP con MCRYPT?