Home / Other Calculators / Password Generator

Utilities

Password Generator

Create strong, random passwords with the length and character types you choose. Everything happens in your browser using a cryptographically secure random source.

Your password

Strength
Entropy

How it works

The generator builds a character pool from the options you enable, then draws each character using the Web Crypto API — the same cryptographically secure random source browsers use for encryption. Strength is estimated from entropy: the number of bits of randomness in the password.

entropy (bits) = length × log₂(pool size)
< 40 bits weak · 40–60 fair · 60–80 strong · 80+ very strong

Frequently asked questions

Are the passwords secure?

Yes — generated locally with crypto.getRandomValues and never sent anywhere.

How long should my password be?

At least 12–16 characters with mixed types; longer is stronger.

Related calculators