Generate password hashes using the PHP password_hash() function from your browser. A quick and simple tool that can be useful when you quickly need to generate a password hash for PHP to manually insert to a database, or similar. The default cost of 10 is used. Passwords and generated hashes are not stored by this tools.