Developer Tools

Bcrypt Hash Format and Cost Factor Inspector

Inspect bcrypt hash strings ($2a$10$...) locally without cracking passwords. Extract version, cost rounds, salt, and digest layout for security reviews.

CryptoBackendSecurity

Favorite this tool

No favorite storage mode has been selected.

Quick actions

Copy this tool URL or open the system share sheet on a supported device.

Use cases

  • Audit how legacy accounts store password hashes and cost settings
  • Verify hash format before migration or comparison

How to use

  1. Paste a full 60-character bcrypt hash
  2. Review version, cost, salt, and digest sections

Example input and output

Hash

$2a$12...[22$salt]...[31$dig]

Info

Algorithm: 2a, Cost: 12

FAQ

Can this crack passwords?

No. It only parses structure with regex; it never recovers the original password.

Tools

Related tools

Continue with another translated tool for a nearby task.

RSA Key Pair Generator

RSA Public/Private Key Pair Generator (PEM)

Available

Generate RSA key pairs in the browser with the Web Crypto API at 1024, 2048, or 4096 bits and export standard PEM text. Private keys are not sent over the network. Intended for development, testing, and learning—not as a production key-management system.

RSA Cryptography Security

Password Strength Tester

Password Strength Tester — Entropy and Crack-Time Estimate

Available

Estimate password entropy, character-pool size, and theoretical offline crack time from length and character classes, with improvement suggestions. Evaluation runs entirely in the browser; passwords are not uploaded. Results are theoretical heuristics, not a guarantee of real-world security.

Password Security Entropy