Many methods in the library uses mcrypt_* functions, which are deprecated since PHP 7.1 and not available unless using PECL (at least, using PHP 7.2). Would it be possible to replace them with other encryption functions, like the OpenSSL ones (https://www.php.net/manual/en/book.openssl.php)