Files
2026-07-07 13:29:22 +08:00

4 lines
82 B
PHP

<?php
$rawPwd = "自定义密码";
echo password_hash($rawPwd, PASSWORD_DEFAULT);