4 lines
72 B
PHP
Executable file
4 lines
72 B
PHP
Executable file
<?php
|
|
echo password_hash("secretpassword", PASSWORD_DEFAULT)."\n";
|
|
?>
|
|
|