Security

Bcrypt Hash Generator

Enter a plaintext password to generate a bcrypt hash, or verify a password against an existing hash computed locally.

Did this tool save you some time? A quick testimonial helps a lot.

Share your experience

About this Bcrypt Hash Generator

Enter a plaintext password to generate a bcrypt hash, or verify a password against an existing hash computed locally. Common questions — like is it safe to paste sensitive data into this tool — are answered in the FAQ below.

Usage and privacy

How to use it

Add your input to the workspace above, review the result, then copy or download it when it's ready. No account or installation is required.

Private by design

Bcrypt Hash Generator runs in your browser, so the information you enter stays on your device instead of being uploaded to a server.

Bcrypt Hash Generator examples

A few worked examples so you know what to expect before you paste in your own input.

Generated hash format

Input

mypassword123

Output

$2a$10$N9qo8uLOickgx2ZMRZoMye... (60 chars — differs every time, salt is randomized)

Output shown is illustrative — this tool generates a new random result every time.

Different password, same format

Input

hunter2

Output

$2a$10$abcdefghijklmnopqrstuv... (60 chars — differs every time)

Output shown is illustrative — this tool generates a new random result every time.

Verify mode

Input

Password: mypassword123
Hash: $2a$10$N9qo8uLOickgx2ZMRZoMye...

Output

Match ✓ — the password matches the given hash

Frequently Asked Questions

Related Tools