php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #53532
Patch mdecrypt_generic revision 2010-12-13 01:10 UTC by x1v4nx at googlemail dot com
Patch mcrypt_ofb revision 2010-12-13 01:10 UTC by x1v4nx at googlemail dot com
Patch mcrypt_module_self_test revision 2010-12-13 01:10 UTC by x1v4nx at googlemail dot com
Patch mcrypt_module_open revision 2010-12-13 01:09 UTC by x1v4nx at googlemail dot com
Patch mcrypt_module_is_block_mode revision 2010-12-13 01:09 UTC by x1v4nx at googlemail dot com
Patch mcrypt_module_is_block_algorithm revision 2010-12-13 01:08 UTC by x1v4nx at googlemail dot com
Patch mcrypt_module_is_block_algorithm_mode revision 2010-12-13 01:08 UTC by x1v4nx at googlemail dot com
Patch mcrypt_module_get_supported_key_sizes revision 2010-12-13 01:07 UTC by x1v4nx at googlemail dot com
Patch mcrypt_module_close revision 2010-12-13 01:07 UTC by x1v4nx at googlemail dot com
Patch mcrypt_list_modes revision 2010-12-13 01:06 UTC by x1v4nx at googlemail dot com
Patch mcrypt_list_algorithms revision 2010-12-13 01:06 UTC by x1v4nx at googlemail dot com
Patch mcrypt_get_key_size revision 2010-12-13 01:05 UTC by x1v4nx at googlemail dot com
Patch mcrypt_get_iv_size revision 2010-12-13 01:05 UTC by x1v4nx at googlemail dot com
Patch mcrypt_get_cipher_name revision 2010-12-13 01:04 UTC by x1v4nx at googlemail dot com
Patch mcrypt_get_block_size revision 2010-12-13 01:04 UTC by x1v4nx at googlemail dot com
Patch mcrypt_generic_init revision 2010-12-13 01:03 UTC by x1v4nx at googlemail dot com
Patch mcrypt_encrypt revision 2010-12-13 01:02 UTC by x1v4nx at googlemail dot com
Patch mcrypt_enc_get_iv_size revision 2010-12-13 01:01 UTC by x1v4nx at googlemail dot com
Patch mcrypt_ecb revision 2010-12-13 01:01 UTC by x1v4nx at googlemail dot com
Patch mcrypt_decrypt revision 2010-12-13 01:00 UTC by x1v4nx at googlemail dot com
Patch mcrypt_create_iv revision 2010-12-13 00:59 UTC by x1v4nx at googlemail dot com
Patch mcrypt_cfb revision 2010-12-12 23:01 UTC by x1v4nx at googlemail dot com
Patch mcrypt_cbc revision 2010-12-12 23:00 UTC by x1v4nx at googlemail dot com

Patch mcrypt_decrypt for mcrypt related Bug #53532

Patch version 2010-12-13 01:00 UTC

Return to Bug #53532 | Download this patch
Patch Revisions:

Developer: x1v4nx@googlemail.com

--- mcrypt-decrypt.xml	2010-12-11 09:50:31.000000000 -0500
+++ mcrypt-decrypt.xml.new	2010-12-11 18:20:17.000000000 -0500
@@ -27,8 +27,8 @@
      <term><parameter>cipher</parameter></term>
      <listitem>
       <para>
-       <parameter>cipher</parameter> is one of the MCRYPT_ciphername constants
-       of the name of the algorithm as string.
+       <parameter>cipher</parameter> is one of the <literal>MCRYPT_ciphername</literal> constants
+       or the name of the algorithm as string.
       </para>
      </listitem>
     </varlistentry>
@@ -56,8 +56,8 @@
      <term><parameter>mode</parameter></term>
      <listitem>
       <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 <literal>MCRYPT_MODE_modename</literal>
+       constants or one of "ecb", "cbc", "cfb", "ofb", "nofb" or "stream".
       </para>
      </listitem>
     </varlistentry>
@@ -65,7 +65,7 @@
      <term><parameter>iv</parameter></term>
      <listitem>
       <para>
-       The <parameter>iv</parameter> parameter is used for the initialisation
+       The <parameter>iv</parameter> parameter is used for the initialization
        in CBC, CFB, OFB modes, and in some algorithms in STREAM mode. If you
        do not supply an IV, while it is needed for an algorithm, the function
        issues a warning and uses an IV with all bytes set to
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 09:01:32 2024 UTC