PHP:mcrypt_encrypt()的用法 PHP

mcrypt_encrypt (PHP 4 >= 4.0.2, PHP 5) mcrypt_encrypt — 使用给定参数加密明文 说明 string mcrypt_encrypt ( string $cipher , string $key , string $data , string
标签: php php教程

发布于  2024-3-1 21:02

PHP:mcrypt_generic_end()的用法 PHP

mcrypt_generic_end (PHP 4 = 4.0.2, PHP 5 = 5.1.6) mcrypt_generic_end — 终止加密 说明 bool mcrypt_generic_end ( resourc...
标签: php php教程

发布于  2024-3-1 21:02

PHP:mcrypt_generic_deinit()的用法 PHP

mcrypt_generic_deinit (PHP 4 = 4.0.7, PHP 5) mcrypt_generic_deinit — 对加密模块进行清理工作 说明 bool mcrypt_generic_deinit ( ...
标签: php php教程

发布于  2024-3-1 21:02

PHP:mcrypt_generic_init()的用法 PHP

mcrypt_generic_init (PHP 4 >= 4.0.2, PHP 5) mcrypt_generic_init — 初始化加密所需的缓冲区 说明 int mcrypt_generic_init ( resource $td , string $key , string $iv
标签: php php教程

发布于  2024-3-1 21:02

PHP:mcrypt_generic()的用法 PHP

mcrypt_generic (PHP 4 = 4.0.2, PHP 5) mcrypt_generic — 加密数据 说明 string mcrypt_generic ( resource $td , string $dat...
标签: php php教程

发布于  2024-3-1 21:02

PHP:mcrypt_get_block_size()的用法 PHP

mcrypt_get_block_size (PHP 4, PHP 5) mcrypt_get_block_size — 获得加密算法的分组大小 说明 int mcrypt_get_block_size ( int $cipher ) int mcrypt_get_block_size ( s
标签: php php教程

发布于  2024-3-1 21:01

PHP:mcrypt_get_cipher_name()的用法 PHP

mcrypt_get_cipher_name (PHP 4, PHP 5) mcrypt_get_cipher_name — 获取加密算法名称 说明 string mcrypt_get_cipher_name ( int $cipher ) string mcrypt_get_cipher_name (
标签: php php教程

发布于  2024-3-1 21:01

PHP:mcrypt_get_key_size()的用法 PHP

mcrypt_get_key_size (PHP 4, PHP 5) mcrypt_get_key_size — 获取指定加密算法的密钥大小 说明 int mcrypt_get_key_size ( int $cipher ) int mcrypt_get_key_size ( str
标签: php php教程

发布于  2024-3-1 21:01

PHP:mcrypt_get_iv_size()的用法 PHP

mcrypt_get_iv_size (PHP 4 >= 4.0.2, PHP 5) mcrypt_get_iv_size — 返回指定算法/模式组合的初始向量大小 说明 int mcrypt_get_iv_size ( string $cipher , string $mod
标签: php php教程

发布于  2024-3-1 21:01

PHP:mcrypt_list_algorithms()的用法 PHP

mcrypt_list_algorithms (PHP 4 >= 4.0.2, PHP 5) mcrypt_list_algorithms — 获取支持的加密算法 说明 array mcrypt_list_algorithms ([ string $lib_dir = ini_get("mcrypt.al
标签: php php教程

发布于  2024-3-1 21:01