Password Hasher
Whenever you need to manually set the password for some user in your database, you need to hash it first. This tool allows you to do that.
Common algorithms like bcrypt
and argon2
are supported. Output format is compatible with the expected format of the password_hash
function in PHP. If you need any other algorithm or format supported, please let me know.
Salts are generated automatically randomly on each hash generation.
Click "Generate hash" to hash a password