Password Generator
Generate strong, secure passwords — random, passphrase, or PIN.
Processing…
Length:
16
Generate:
5 passwords
Free · No account · Open source friendly
3 modes
Random, passphrase, or PIN.
Full control
Toggle uppercase, symbols, ambiguous chars.
Up to 128 chars
Slider from 4 to 128.
Truly random
PHP crypto-secure random_int().
Frequently asked questions
Is this generator truly random?▼
Yes — we use PHP's random_int() which is cryptographically secure. Passwords are never stored.
What is a passphrase?▼
A passphrase is a series of random common words joined by dashes (e.g. correct-horse-battery-42). They are long, memorable, and very strong.
How long should my password be?▼
16+ characters for most accounts. 24+ for critical accounts like email and banking.
Are generated passwords stored anywhere?▼
No — generation happens server-side and results are sent to your browser only. Nothing is logged.