Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$rawPwd = "自定义密码";
|
||||
echo password_hash($rawPwd, PASSWORD_DEFAULT);
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$rawPwd = "自定义密码";
|
||||
echo password_hash($rawPwd, PASSWORD_DEFAULT);
|
||||