Password Generator
Pairs well with
About Password Generator
Generate strong, secure random passwords instantly. Customise length, include symbols, numbers, and uppercase letters. All randomness comes from the browser's Web Crypto API.
Strong passwords have two properties: long enough that brute-force is infeasible, and random enough that they can't be guessed from public information. 16+ characters with mixed case, numbers, and symbols hits the modern 'computationally infeasible to crack' bar for offline attacks.
Randomness comes from `crypto.getRandomValues()` — cryptographic-grade. Length defaults to 16 (the NIST 2024 recommendation). For passwords you have to type, use 12-14 with a passphrase generator instead. For passwords stored in a manager, longer is always better.
Common questions
Should I use a password manager?
How long should my password be?
Are these passwords saved?
Like every tool on Buncha, this one runs entirely in your browser. There's no upload, no log, no record of what you've pasted or generated. Close the tab and the data is gone.