init 全新仓库,清除全部历史
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$raw = "Admin@2026";
|
||||
$hash = password_hash($raw, PASSWORD_DEFAULT);
|
||||
echo "哈希:" . $hash . "<br>";
|
||||
var_dump(password_verify($raw, $hash));
|
||||
?>
|
||||
Reference in New Issue
Block a user