crypt-php
crypt-php copied to clipboard
Function mcrypt_list_algorithms() is deprecated
Line 45
if (!in_array(self::MCRYPT_MODULE, mcrypt_list_algorithms())) { throw new Exception("The cipher used self::MCRYPT_MODULE does not appear to be supported by the installed version of libmcrypt", 1); }
After php 7.1 mcrypt_list_algorithms() is deprecated.