php-doc-en/reference/mcrypt/functions
Nikita Popov 3af870e574 Recommend mcrypt_(encrypt|decrypt) for deprecated mcrypt_(ecb|...)
These are the direct replacements for mcrypt_(ecb|...). mcrypt_generic and mdecrypt_generic are different, multi-step APIs.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338134 c90b9560-bf6c-de11-be94-00142212c4b1
2015-11-16 19:39:40 +00:00
..
mcrypt-cbc.xml Recommend mcrypt_(encrypt|decrypt) for deprecated mcrypt_(ecb|...) 2015-11-16 19:39:40 +00:00
mcrypt-cfb.xml Recommend mcrypt_(encrypt|decrypt) for deprecated mcrypt_(ecb|...) 2015-11-16 19:39:40 +00:00
mcrypt-create-iv.xml added note about potential blocking of MCRYPT_DEV_RANDOM (fixes #63146) 2015-06-14 21:41:15 +00:00
mcrypt-decrypt.xml
mcrypt-ecb.xml Recommend mcrypt_(encrypt|decrypt) for deprecated mcrypt_(ecb|...) 2015-11-16 19:39:40 +00:00
mcrypt-enc-get-algorithms-name.xml
mcrypt-enc-get-block-size.xml
mcrypt-enc-get-iv-size.xml
mcrypt-enc-get-key-size.xml
mcrypt-enc-get-modes-name.xml
mcrypt-enc-get-supported-key-sizes.xml
mcrypt-enc-is-block-algorithm-mode.xml
mcrypt-enc-is-block-algorithm.xml
mcrypt-enc-is-block-mode.xml
mcrypt-enc-self-test.xml
mcrypt-encrypt.xml
mcrypt-generic-deinit.xml
mcrypt-generic-end.xml Improve mcrypt_generic_end() removal documentation. 2015-08-09 01:14:59 +00:00
mcrypt-generic-init.xml
mcrypt-generic.xml
mcrypt-get-block-size.xml
mcrypt-get-cipher-name.xml
mcrypt-get-iv-size.xml
mcrypt-get-key-size.xml
mcrypt-list-algorithms.xml
mcrypt-list-modes.xml
mcrypt-module-close.xml
mcrypt-module-get-algo-block-size.xml
mcrypt-module-get-algo-key-size.xml
mcrypt-module-get-supported-key-sizes.xml
mcrypt-module-is-block-algorithm-mode.xml
mcrypt-module-is-block-algorithm.xml
mcrypt-module-is-block-mode.xml
mcrypt-module-open.xml
mcrypt-module-self-test.xml
mcrypt-ofb.xml Recommend mcrypt_(encrypt|decrypt) for deprecated mcrypt_(ecb|...) 2015-11-16 19:39:40 +00:00
mdecrypt-generic.xml