(PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)
mcrypt_decrypt — ʹ�ø���������������
This function has been DEPRECATED as of PHP 7.1.0 and REMOVED as of PHP 7.2.0. Relying on this function is highly discouraged.
$cipher
, string $key
, string $data
, string $mode
[, string $iv
] ) : string
���� data
���������ġ�
cipher
MCRYPT_ciphername
�����е�һ�����������ַ���ֵ���㷨���ơ�
key
���ݼ�����Կ��
�����Կ���Ȳ��Ǽӽ����㷨�ܹ�֧�ֵ���Ч���ȣ�
��ô��������沢�ҷ��� FALSE
data
Ҫʹ�ø����� cipher
��
mode
���ܵ����ݡ�
������ݴ�С���� n * �����С����������� '\0' �����롣
mode
MCRYPT_MODE_modename
�����е�һ�����������ַ����е�һ����"ecb"��"cbc"��"cfb"��"ofb"��"nofb" �� "stream"��
iv
Used for the initialization in CBC, CFB, OFB modes, and in some algorithms in STREAM mode. If the provided IV size is not supported by the chaining mode or no IV was provided, but the chaining mode requires one, the function will emit a warning and return FALSE
.
���ַ�����ʽ���ؽ��ܺ�����ݣ� ������ʧ��ʱ���� FALSE
��
�汾 | ˵�� |
---|---|
5.6.0 |
���ٽ�����Ч���ȵ� key and iv ������
�������������Ч���� mcrypt_decrypt() ������������沢�ҷ��� FALSE ��
֮ǰ�汾�У����ڳ��Ȳ������Կ�ͳ�ʼ������������� '\0'
ʹ��ﵽ��Ч���ȡ�
|