Aporizma

Password Generator

Cryptographically secure random passwords, generated on your device. Nothing is sent or stored — refresh and it's gone.

Is it safe to generate passwords online?

Here, yes: this page uses your browser's crypto.getRandomValues — the same randomness source password managers use — and runs entirely on your device. No network request carries your password; you can even load the page, go offline, and then generate.

How long should a password be?

16+ characters with mixed sets is strong for most accounts; 20+ for anything critical. Length beats complexity: each extra character multiplies the search space.

What does the entropy number mean?

Bits of entropy measure how many guesses an attacker needs — each bit doubles it. 60+ bits is a practical minimum; 80+ is excellent.