Have just upgraded from PHP 7.0
to PHP 7.3
and now this function is removed.. Are there any alternatives?
$salt = base64_encode(mcrypt_create_iv(24, MCRYPT_DEV_URANDOM));
Have just upgraded from PHP 7.0
to PHP 7.3
and now this function is removed.. Are there any alternatives?
$salt = base64_encode(mcrypt_create_iv(24, MCRYPT_DEV_URANDOM));
From the documentation for that function:
Alternatives to this function include: