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

Library for encrypting and decrypting data with symmetric encryption

Results 4 crypt-php issues
Sort by recently updated
recently updated
newest added

I updated the GitHub link on the comment line.

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...