Passwordhash with salt


Passwordkudoos!pecunia!formentera
Saltlength (bytes/hex)10/20
Salt6a6e25358604fc4f11b7
Salt + password6a6e25358604fc4f11b7_kudoos!pecunia!formentera
MD5 hash40b22d0da25c377dc44b6eafd7b90671
Bcrypt hash$2y$10$wlf1ha4fNxiWE0T2wE.0Wu7cQ3nvEQSqG0GkRh1DHc8oRMOgf/OyG
\_____/\_____bcryptsalt_____/\_____bcryptpasswordhash______/
\_____/
= Algorithm ($2y$) and Cost (10)
Gost hash962154989482bbd120c070a5a7ed137ea605fc947cbf0fa33c9c9825d3cb062c

Note that bcrypt (password_hash in PHP) adds its own salt, so there's no need the supply your own.
So in the sample above the salted password is salted again.
Reload the page to see a different salt.

Check your password strength
Openssl Random Pseudo Bytes

PHP code of this page

In case you came from afar

See more about passwords
Salted Password Hashing - Doing it Right
Bcrypt hash anatomy