diff --git a/functions/mcrypt.xml b/functions/mcrypt.xml index dad496bee3..cb7f6f512c 100644 --- a/functions/mcrypt.xml +++ b/functions/mcrypt.xml @@ -1,5 +1,5 @@ - + Mcrypt Encryption Functions mcrypt @@ -1170,7 +1170,7 @@ $td = mcrypt_module_open (MCRYPT_DES, "", MCRYPT_MODE_ECB, "/usr/lib/mcrypt-mode and OFB modes. It needs to be random and unique (but not secret). The same IV must be used for encryption/decryption. If you do not want to use it you should set it to zeros, but this is not - recommended. The function returns (-1) on error. + recommended. The function returns a negative value on error. You need to call this function before every