downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

mcrypt_enc_get_algorithms_name> <mcrypt_decrypt
[edit] Last updated: Fri, 24 May 2013

view this page in

mcrypt_ecb

(PHP 4, PHP 5)

mcrypt_ecbObsoleto: Encripta/decripta datos en modo ECB

Descripción

string mcrypt_ecb ( int $cipher , string $key , string $data , int $mode )
string mcrypt_ecb ( 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 está obsoleta y ya no debería ser utilizada, véase mcrypt_generic() y mdecrypt_generic() para reemplazos.

Advertencia

Esta función ha sido declarada OBSOLETA desde PHP 5.5.0. Su uso está totalmente desaconsejado.



add a note add a note User Contributed Notes mcrypt_ecb - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites