crypt-php icon indicating copy to clipboard operation
crypt-php copied to clipboard

Function mcrypt_list_algorithms() is deprecated

Open brunopazz opened this issue 7 years ago • 0 comments

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.

brunopazz avatar Jan 28 '18 00:01 brunopazz