Password tools
This tool uses PHP's password_hash() and password_verify() functions. You can use it to either generate a password hash from a given password, or verify a password against an existing hash.
- Enter a password to hash, click "Verify/Generate" to generate the hash, or
- Enter a password and its hash to verify, click "Verify/Generate" to verify the password against the hash.