Now use passwords hashed & salted. Validate with PHP's password_verify() function Password hashes can be generated with : * mkpasswd --method=sha-512 * PHP's password_hash() |
||
---|---|---|
.. | ||
config.cluster1.php | ||
config.cluster2.php | ||
config.php | ||
connect.php |
Now use passwords hashed & salted. Validate with PHP's password_verify() function Password hashes can be generated with : * mkpasswd --method=sha-512 * PHP's password_hash() |
||
---|---|---|
.. | ||
config.cluster1.php | ||
config.cluster2.php | ||
config.php | ||
connect.php |