Password Generator
Create a strong, random password using your browser's secure RNG.
How it works
This generator uses the Web Crypto API (crypto.getRandomValues) — the same source operating systems use for secure random numbers. Pick a length, choose your character classes, and the result is constructed entirely in your browser.
Methodology
We sample with rejection from your selected character pool to avoid modulo bias on short alphabets, guarantee at least one character from every selected class, and shuffle the result. Avoiding ambiguous look-alikes (O/0, l/1) makes manual transcription safer when needed.
Frequently asked questions
How long should I make it?
16 characters with all four classes is excellent for most accounts. 20+ for primary email, banking, and your password-manager master credential.
Should I memorize generated passwords?
No — that's what password managers are for. Memorize one strong passphrase that unlocks the manager, and let it remember the rest.
Is this safer than my password manager's built-in generator?
It's equivalent in randomness. Use whichever fits your workflow; both rely on a CSPRNG.
Other free tools
Password Strength Checker
Estimate the entropy and crack-time of any password — entirely in your browser.
ToolPassphrase Generator
Generate a memorable random word-based passphrase for your master credential.
ToolBrowser Privacy Snapshot
See exactly what your browser exposes to every website you visit.
ToolSecurity Headers Explainer
Paste your site's response headers — get a plain-English breakdown of each one.
ToolQR Code Generator
Generate a QR code from any text or URL — entirely in your browser.
ToolWord Counter
Count words, sentences, paragraphs, and reading time as you type.
ToolCharacter Counter
Count characters with and without spaces — useful for SEO meta tags and tweets.
ToolURL Encoder / Decoder
Convert text to and from percent-encoded URL form, in your browser.
ToolBase64 Encoder / Decoder
Encode text to Base64 or decode Base64 to text — locally.
ToolMeta Title SERP Preview
See how your <title> tag looks in a Google search result, with character feedback.
ToolMeta Description SERP Preview
Preview your meta description and check it fits in a search snippet.
ToolRobots.txt Generator
Build a robots.txt with common rules, the right syntax, and your sitemap line.
ToolVPN vs Proxy Decision Helper
Answer four questions; get a clear recommendation.