« Back to History
make_hash.php
|
20260721_154033.php
Initial Bulk Import
Copy Code
<?php // TEMP helper to create password_hash (bcrypt). Open in browser, copy, then DELETE this file. header('Content-Type: text/plain; charset=utf-8'); echo password_hash('ChangeThisPassword', PASSWORD_DEFAULT);