Password generator

Cryptographically random characters from your browser. We never see or store the result.

🔐

Strong passwords from cryptographic randomness

Password reuse is still the fastest way to lose email, banking, and gaming accounts. This generator pulls randomness from crypto.getRandomValues, which is far stronger than Math.random. Mix uppercase, lowercase, digits, and symbols unless a site forbids certain characters.

Copy passwords into a password manager; human memory cannot safely track dozens of unique secrets. ToolFest does not log generated strings.

Safety

Use a password manager. Enable at least one symbol set for important accounts.