Encoding & Decoding

Password Strength Tester — Entropy and Crack-Time Estimate

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.

PasswordSecurityEntropy

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

  • Sanity-check whether a candidate password looks too weak
  • Compare how character-class choices change estimated strength
  • Do a quick local review before writing credentials into production configs

How to use

  1. Enter the password to evaluate
  2. Review score, entropy, and estimated crack time
  3. Adjust length or character classes based on the suggestions

Example input and output

Password

abcd

Summary

Weak / very low entropy / quickly enumerable in theory

FAQ

Does the estimate equal real-world security?

No. It models theoretical search space from length and character classes. It does not check breach corpora or predictable patterns—treat it as guidance only.

Is the password uploaded?

No. Evaluation stays in the browser.

Tools

Related tools

Continue with another translated tool for a nearby task.

Passphrase Entropy Estimator

Passphrase Entropy Estimator — Search Space and Crack Time

Available

Estimate Shannon entropy, search-space size, and theoretical crack time from passphrase length and character pool, with a strength label. Calculation stays in the browser. Labels are heuristic—high entropy does not prove a passphrase is safe against every attack.

Entropy Passphrase Security

Password Generator

Password Generator for Random Local Passphrases

Available

Generate random passwords locally with custom length and character sets. Useful for account setup, staging credentials, and test data. Passwords never leave the page.

Password Security Generator

Bcrypt Hash Inspector

Bcrypt Hash Format and Cost Factor Inspector

Available

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

Crypto Backend Security