mcrypt_get_block_size() - mcrypt库(加密)
mcrypt_get_block_size()
(PHP 4, PHP 5, PHP 7 = 1.0.0)
获得加密算法的分组大小
WarningThis function has beenDEPRECATEDas of PHP 7.1.0. Relying on this functionis highly discouraged.
说明
mcrypt_get_block_size(int $cipher): intmcrypt_get_block_size(string $cipher,string $mode): int第一个原型针对 libmcrypt 2.2.x,第二个原型针对 libmcrypt 2.4.x 或 2.5.x。
mcrypt_get_block_size()用来获取$cipher(其中包括了加密模式)加密算法分组大小。
mcrypt_enc_get_block_size()函数更加有用,因为它可以使用mcrypt_module_open()函数所返回的资源。
参数
$cipherMCRYPT_ciphername
常量中的一个,或者是字符串值的算法名称。
MCRYPT_MODE_modename
常量中的一个,或以下字符串中的一个:"ecb","cbc","cfb","ofb","nofb"和"stream"。
返回值
返回以字节为单位的此算法的分组数据大小。或者在失败时返回FALSE
。
范例
mcrypt_get_block_size()例程
在 libmcrypt 2.4.x 和 2.5.x 下如何使用本函数。
参见
mcrypt_get_key_size()
获取指定加密算法的密钥大小mcrypt_enc_get_block_size()
返回打开的算法的分组大小mcrypt_encrypt()
使用给定参数加密明文
You should explain that the block size is return in BYTES, not the more commonly used unit, bits. Many readers are not going to know the DES block size and figure this out on their own.
鹏仔微信 15129739599 鹏仔QQ344225443 鹏仔前端 pjxi.com 共享博客 sharedbk.com
图片声明:本站部分配图来自网络。本站只作为美观性配图使用,无任何非法侵犯第三方意图,一切解释权归图片著作权方,本站不承担任何责任。如有恶意碰瓷者,必当奉陪到底严惩不贷!