The mcrypt
related methods are removed from PHP 7.x.
We are using below methods which are deprecated in PHP 7.x.
mcrypt_get_block_size
mcrypt_module_open
mcrypt_generic_init
mcrypt_generic
mcrypt_generic_deinit
mcrypt_module_close
Is there any alternative methods which can used in integration.