Generate strong, cryptographically secure passwords and memorable passphrases in your browser. Choose length and character types, exclude look-alike characters, or build a Diceware-style passphrase — with a live entropy-based strength meter and offline crack-time estimate. Nothing is ever uploaded.
Where it runs
Your browser
Data retention
None — nothing is uploaded or stored
Maintained by
EasyTechLabs Engineering
🔒 Every password is generated on your own device and is never uploaded, stored, logged, or transmitted. There is no account and no history — close the tab and it is gone.
Randomness comes from the Web Crypto API (crypto.getRandomValues), your operating system's cryptographically secure source — never Math.random. Each character or word is chosen with rejection sampling, so there is no modulo bias and every option is equally likely. Passphrase mode picks words from a 256-word list (8 bits of entropy per word). Strength is reported as real entropy — the password length times log2 of the character-pool size, or the word count times log2 of the list size — not a guessed score.
🔒 Runs entirely in your browser — nothing you paste, type, or drop is uploaded, stored, or logged.