位置: 编程技术 - 正文
推荐整理分享PHP:mcrypt_get_cipher_name()的用法_Mcrypt函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4, PHP 5)
mcrypt_get_cipher_name — 获取加密算法名称
说明 string mcrypt_get_cipher_name ( int $cipher ) string mcrypt_get_cipher_name ( string $cipher )mcrypt_get_cipher_name() 用来获取加密算法名称。
libmcrypt 2.2.x 中,mcrypt_get_cipher_name() 接受整数表达的加密算法, libmcrypt 2.4.x 及更高版本中,它接受字符串表达的加密算法名称, 返回的都是字符串表达的名称,如果算法不存在则返回 FALSE。
参数cipher
MCRYPT_ciphername 常量中的一个,或者是字符串值的算法名称。
返回值本函数返回加密算法名称, 如果算法不存在返回 FALSE。
范例
Example #1 mcrypt_get_cipher_name() 例程
<?php$cipher=MCRYPT_TripleDES;echomcrypt_get_cipher_name($cipher);?>以上例程会输出:
PHP:mcrypt_get_block_size()的用法_Mcrypt函数 mcrypt_get_block_size(PHP4,PHP5)mcrypt_get_block_size获得加密算法的分组大小说明intmcrypt_get_block_size(int$cipher)intmcrypt_get_block_size(string$cipher,string$mode)第一个原型针对
PHP:mcrypt_generic()的用法_Mcrypt函数 mcrypt_generic(PHP4=4.0.2,PHP5)mcrypt_generic加密数据说明stringmcrypt_generic(resource$td,string$data)本函数用来加密数据。传入数据长度必须是n*分组大小,否则需要后补
PHP:mcrypt_generic_init()的用法_Mcrypt函数 mcrypt_generic_init(PHP4=4.0.2,PHP5)mcrypt_generic_init初始化加密所需的缓冲区说明intmcrypt_generic_init(resource$td,string$key,string$iv)在每次调用mcrypt_generic()或mdecrypt_generic
标签: PHP:mcrypt_get_cipher_name()的用法_Mcrypt函数
本文链接地址:https://www.jiuchutong.com/biancheng/287411.html 转载请保留说明!友情链接: 武汉网站建设