Calculatorism

Password Generator

Generate a strong password from settings and estimate its entropy.

Input Data

密碼字元數。
相同種子產生相同密碼(可留空白隨機)。

Results

{v#{{4AXoY&@
77.1
Length 12, charset 86 → 77.1 bits

At a glance:The password picks characters from the selected set via a seed-driven pseudo-random sequence; entropy = length × log2(set size).

Formula

charset = chosen mix of lower/upper/digits/symbols

entropy (bits) = length × log2(charset size)

How to Use

  1. Set length and character sets.
  2. Enter a seed (same seed → same password).
  3. Read the password and entropy.

FAQ

Why use a seed?

The seed makes results reproducible; leave it blank for a different password each time (still generated locally).

Is higher entropy better?

Higher entropy means a larger guessing space; aim for at least 60–80 bits.

Related Tools

References

Content review: Calculatorism Science Team.

Found a problem with the results?

If this calculator's result is wrong, or you have any question about the calculation logic, please let us know. You are viewing:Password Generator/other/password-generator)。