Better PHP Documentation
opinionated
Open main menu
Get Started
Documentation
Community
Training
Better PHP Documentation
Close menu
Get Started
Documentation
Community
Training
Log in
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
Funciones Mcrypt
Tabla de contenidos
mcrypt_create_iv
— Crea un vector de inicialización (IV) a partir de una fuente aleatoria
mcrypt_decrypt
— Descifra un texto con los parámetros dados
mcrypt_enc_get_algorithms_name
— Devuelve el nombre del algoritmo de cifrado
mcrypt_enc_get_block_size
— Devuelve el tamaño de bloque de un algoritmo
mcrypt_enc_get_iv_size
— Devuelve el tamaño del VI de un algoritmo
mcrypt_enc_get_key_size
— Devuelve el tamaño máximo de la clave para un modo
mcrypt_enc_get_modes_name
— Devuelve el nombre del modo
mcrypt_enc_get_supported_key_sizes
— Devuelve un array que contiene los tamaños de clave admitidos por un algoritmo
mcrypt_enc_is_block_algorithm
— Comprueba si el cifrado es por bloques en un algoritmo
mcrypt_enc_is_block_algorithm_mode
— Comprueba si el modo de cifrado es por bloques
mcrypt_enc_is_block_mode
— Comprueba si el modo devuelve los datos por bloques
mcrypt_enc_self_test
— Prueba un módulo abierto
mcrypt_encrypt
— Cifra un texto
mcrypt_generic
— Cifra los datos
mcrypt_generic_deinit
— Prepara el módulo para la descarga
mcrypt_generic_init
— Inicializa todos los buffers necesarios
mcrypt_get_block_size
— Devuelve el tamaño de bloques de un cifrado
mcrypt_get_cipher_name
— Lee el nombre del cifrado utilizado
mcrypt_get_iv_size
— Retorna el tamaño del VI utilizado por un par cifrado/modo
mcrypt_get_key_size
— Devuelve el tamaño de la clave de cifrado
mcrypt_list_algorithms
— Lista todos los algoritmos de cifrado soportados
mcrypt_list_modes
— Lista todos los modos de cifrado soportados
mcrypt_module_close
— Libera el módulo de cifrado
mcrypt_module_get_algo_block_size
— Devuelve el tamaño de bloques de un algoritmo
mcrypt_module_get_algo_key_size
— Devuelve el tamaño máximo de clave
mcrypt_module_get_supported_key_sizes
— Devuelve un array que contiene los tamaños de claves soportados por el algoritmo abierto
mcrypt_module_is_block_algorithm
— Indica si un algoritmo funciona por bloques
mcrypt_module_is_block_algorithm_mode
— Indica si un modo funciona por bloques
mcrypt_module_is_block_mode
— Indica si un modo trabaja por bloques
mcrypt_module_open
— Abre el módulo del algoritmo y del modo a utilizar
mcrypt_module_self_test
— Prueba un modo
mdecrypt_generic
— Desencripta los datos
Found A Problem?
Learn How To Improve This Page
•
Submit a Pull Request
•
Report a Bug
+
add a note
User Contributed Notes
There are no user contributed notes for this page.
0
pcntl_sigtimedwait
Waits for signals, with a timeout
0
similar_text
Calculate the similarity between two strings
0
boolval
Get the boolean value of a variable
0
curl_multi_close
Close a set of cURL handles
0
imap_body
Read the message body
0
mb_strpos
Find position of first occurrence of string in a string
0
pg_send_prepare
Sends a request to create a prepared statement with the given parameters, without waiting for completion
0
swoole_native_socket_bind
0
Arr::prependKeysWith
0
zend_version
Gets the version of the current Zend engine
^