A locksmith's bench for your accounts — cut a fresh random password or a passphrase you can actually remember. Free, no account, no server.
🔒 Keys are cut in your browser with cryptographic randomness. No server ever sees them.
A password generator that runs on someone's server asks you to trust that the password
shown to you wasn't logged on the way. This one can't log anything: the generation happens
in your browser using crypto.getRandomValues — the same cryptographic
randomness your browser uses for HTTPS — with unbiased sampling (no modulo shortcuts).
Save this page and it works with the internet off, which is genuinely the safest way to
generate a password.
For anything a password manager fills in for you, use a long random password. For the few
secrets a human must remember and type — your master password, your computer login — use a
passphrase: five random words from the EFF's 7,776-word diceware list carry about 64 bits
of entropy, stronger than Tr0ub4dor&3-style contortions and far easier to
remember. The strength shown is computed from the real math, assuming the attacker knows
exactly how the password was made.
Part of K-Engine Local Tools — free, privacy-respecting utilities that run on your device. Open source; small enough to audit over coffee. Wordlist: EFF (CC-BY 3.0). MIT licensed, from the K-Engine workshop · download the source.