mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Another note ntegration
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124640 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
93ae4acaab
commit
a317e27ddb
1 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.7 -->
|
||||
<refentry id="function.mcrypt-get-iv-size">
|
||||
<refnamediv>
|
||||
|
@ -34,9 +34,11 @@
|
|||
constants of the name of the algorithm as string.
|
||||
</para>
|
||||
<para>
|
||||
<parameter>mode</parameter> is one of the MCRYPT_MODE_modename
|
||||
constants of one of "ecb", "cbc", "cfb", "ofb", "nofb" or
|
||||
"stream".
|
||||
<parameter>mode</parameter> is one of the MCRYPT_MODE_modename constants
|
||||
or one of "ecb", "cbc", "cfb", "ofb", "nofb" or "stream". The IV is
|
||||
ignored in ECB mode as this mode does not require it. You will need to
|
||||
have the same IV (think: starting point) both at encryption and
|
||||
decryption stages, otherwise your encryption will fail.
|
||||
</para>
|
||||
<para>
|
||||
<parameter>td</parameter> is the resource that is returned by
|
||||
|
|
Loading…
Reference in a new issue