wiby/html/hash/hashmake.php
2022-07-07 23:48:28 -04:00

5 lines
72 B
PHP
Executable file

<?php
echo password_hash("secretpassword", PASSWORD_DEFAULT)."\n";
?>