mdecrypt_generic
mdecrypt_generic
(PHP 4 >= 4.0.2, PHP 5, PHP 7)
mdecrypt_generic — Decrypts data
Warning
This function has been DEPRECATED as of PHP 7.1.0. Relying on this function is highly discouraged.
Description
string mdecrypt_generic ( resource $td , string $data )
This function decrypts data. Note that the length of the returned string can in fact be longer than the unencrypted string, due to the padding of the data.