📜  如何在 laravel 中验证哈希字符串 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:28.980000             🧑  作者: Mango

代码示例2
$hash = '$2y$10$ug8B6Pxs546eQBNICxsEOOH3NgpXjOIo.g4rf1FPZk2xJncWcFUpu';

 if( strlen($hash) == 60 && preg_match('/^\$2y\$/', $hash ))