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_key_size> <mcrypt_enc_get_block_size
[edit] Last updated: Fri, 17 May 2013

view this page in

mcrypt_enc_get_iv_size

(PHP 4 >= 4.0.2, PHP 5)

mcrypt_enc_get_iv_sizeDevuelve el tamaño del IV del algoritmo abierto

Descripción

int mcrypt_enc_get_iv_size ( resource $td )

Esta función devuelve el tamaño en bytes del IV del algoritmo especificado por el descriptor de cifrado. Un IV es utilizado en los modos cbc, cfb y ofb, y en algunos algoritmos en modo stream.

Parámetros

td

El descriptor de cifrado.

Valores devueltos

Devuelve el tamaño del IV, o 0 si el IV es ignorado por el algoritmo.



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

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