mcrypt_get_iv_size() 是PHP 中用于获取特定加密算法和模式组合所需的初始化向量(IV)大小的函数。然而,从 PHP 7.1.0 开始,该函数已被标记为废弃(deprecated),并在 PHP 7.2.0 中被完全移除。这是因为 mcrypt 扩展被认为是不安全的,并且存在多种已知的漏洞和弱点。此外,mcrypt...
Please note the following error in PHP 7.1: PHP Deprecated: Function mcrypt_get_iv_size() is deprecated in /hashover/scripts/encryption.php on line 44. It's probably a good idea to remove the mcrypt dependancy, since it will be removed i...
Hi, after a (seemingly) successful install, I'm getting this error: 'Function mcrypt_get_iv_size() is deprecated' Steps to reproduce: Successfully installed Asgard locally with Composer following docs and tried to access /public Operatin...
更新后,我尝试打开我的 Laravel 项目并在下面看到此消息:ErrorException in Encrypter.php line 303: Function mcrypt_get_iv_size() is deprecated in Encrypter.php line 303 at HandleExceptions->handleError('8192', 'Function mcrypt_get_iv_size() is deprecated', 'C:\wamp64\www\project1\vendor\lar...