Passwordhash with salt


Passwordkudoos!pecunia!formentera
Saltlength (bytes/hex)10/20
Salt3b234c6abc83cd6f7bf1
Salt + password3b234c6abc83cd6f7bf1_kudoos!pecunia!formentera
MD5 hash5f806bcaf5cdbcdcb262d560ae621063
Bcrypt hash$2y$10$oKYFXX2mPMMgWoVBqGEM5.iiccmE5.5/WNcy4BrLZ700lC3Z9gIJm
\_____/\_____bcryptsalt_____/\_____bcryptpasswordhash______/
\_____/
= Algorithm ($2y$) and Cost (10)
Gost hashde99037cd9648c60d65fdc5b940fd1a648a38894d996725ca4f1841681348ee9

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