mcrypt_ofb
(PHP 4, PHP 5)
mcrypt_ofb — Encripta/desencripta datos en modo OFB
Descripción
string mcrypt_ofb
( int $cipher
, string $key
, string $data
, int $mode
, string $iv
)
string mcrypt_ofb
( string $cipher
, string $key
, string $data
, int $mode
[, string $iv
] )
El primer prototipo es cuando está enlazado con libmcrypt 2.2.x, el segundo cuando está enlazado con libmcrypt 2.4.x o superiores. El parámetro mode debería estar presente tanto en MCRYPT_ENCRYPT como en MCRYPT_DECRYPT.
Esta función ya no debería ser utilizada, véase mcrypt_generic() y mdecrypt_generic() para reemplazos.
There are no user contributed notes for this page.
