Passwordhash with salt


Passwordkudoos!pecunia!formentera
Saltlength (bytes/hex)10/20
Saltd1c1cde4c0df0553f9ad
Salt + passwordd1c1cde4c0df0553f9ad_kudoos!pecunia!formentera
MD5 hash8336d0dc20b5d0d2fdab94ab8d83d981
Bcrypt hash$2y$10$cIaAt6Nu7KVmSJOLCFIVCuB.hPABqMmdzMdgHnWqNM1bAguQ/mlE.
\_____/\_____bcryptsalt_____/\_____bcryptpasswordhash______/
\_____/
= Algorithm ($2y$) and Cost (10)
Gost hash416a6a17801d674a51ce2d208618b994eae968e1c331d98c00221d4239854232

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