← All tools
Bcrypt Hash & Verify
Hash a password with bcrypt, or check a password against an existing bcrypt hash — entirely in your browser with bcryptjs. Nothing is sent anywhere.
Hash a password
Computed locally with bcryptjs. Higher cost = slower to hash (and to brute-force).
Verify a password
Checked locally. The hash format encodes the cost and salt, so no separate rounds field is needed.