🍱 Lunchbox Hands

bcrypt Hash & Verify

Generate a bcrypt hash or verify text against an existing hash

Generate a bcrypt hash from any text with adjustable cost rounds, or check whether a plaintext value matches an existing bcrypt hash. Useful for seeding password fields and debugging auth. Everything runs locally in your browser — nothing is sent to a server.

Higher rounds are more secure but slower (each +1 roughly doubles the time).

Get weekly dev tools and tips