Toolbox

Online Password Entropy Calculator

密码强度熵值计算密码安全信息熵

Detects the character pool in real time (lowercase 26 / uppercase 26 / digits 10 / symbols 33 / other unicode chars counted individually), computes entropy = length × log2(pool), shows combinations in scientific notation and a five-level strength rating, fully local.

Length
0
Character Pool
0
Entropy (bit)
0
Combinations (2^entropy)
0
Strength
All processing is done locally in your browser, no upload

How to Use

  • Paste any valid JSON, supports nesting, arrays and escapes
  • Click Beautify to auto indent and format
  • Click Minify to remove whitespace into one line
  • All operations run locally for privacy

Related Tools

FAQ

How is password entropy computed?

The pool size N is determined by which character classes appear (lowercase 26, uppercase 26, digits 10, common symbols 33, plus each distinct other unicode character). Entropy = length × log2(N), measured in bits.

How are strength ratings defined?

Five levels by entropy: <28 weak, 28-35 fair, 36-59 strong, 60-127 very strong, ≥128 extremely strong. Ratings reflect brute-force difficulty only, not how a site stores passwords.

Is my password uploaded?

Never. All calculations run locally in your browser in real time, the input is masked by default, and nothing is recorded or sent to any server.