How to use the Password Generator

  1. Set your desired password length using the slider.
  2. Choose which character types to include — uppercase, lowercase, numbers and symbols.
  3. Click generate, check the strength meter, and copy the password with one click.

How password strength is estimated

Password strength here is estimated from entropy — roughly length × log2(character set size) — which measures how many random guesses an attacker would need on average to find the password by brute force. A longer password, or one drawn from a larger character set (adding symbols and mixed case), increases entropy and therefore strength exponentially rather than linearly.