Files
2026-06-11 10:16:53 +07:00

3 lines
57 B
PHP

<?php
echo password_hash("1234567", PASSWORD_DEFAULT);
?>