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

search for in the

mcrypt_get_iv_size> <mcrypt_get_block_size
Last updated: Fri, 25 Jul 2008

view this page in

mcrypt_get_cipher_name

(PHP 4, PHP 5)

mcrypt_get_cipher_nameObtiene el nombre del cifrado especificado

Descripción

string mcrypt_get_cipher_name ( int $cipher )

mcrypt_get_cipher_name() se usa para obtener el nombre del cifrado especificado.

mcrypt_get_cipher_name() toma como argumento el número de cifrado y devuelve el nombre del cifrado o FALSE, si el cifrado no existe.

Example #1 Ejemplo de mcrypt_get_cipher_name

<?php
$cipher = MCRYPT_TripleDES;

print mcrypt_get_cipher_name($cipher);
?>
      

El ejemplo de más arriba da como resultado:

TripleDES
     



add a note add a note User Contributed Notes
mcrypt_get_cipher_name
There are no user contributed notes for this page.

mcrypt_get_iv_size> <mcrypt_get_block_size
Last updated: Fri, 25 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites