tools that should be free, are. no sign-up, no ads. read why
techtuate
100% local - never leaves your browser

Password generator

Generate strong random passwords or memorable passphrases. Cryptographically random, never transmitted, no sign-up required.

click to copy
or press Space
Length 20
Include
Strength -

This password never leaves your browser. We don't log, store, or transmit it. View source if you want to verify.

About this tool

Free, forever, no sign-up. Runs entirely in your browser - nothing is uploaded. Part of techtuate, a growing collection of little tools that just work.

Passwords use crypto.getRandomValues - the same CSPRNG your browser uses for TLS. Passphrases draw from a 2048-word list, giving ~11 bits of entropy per word. A 4-word passphrase gives ~44 bits; a 6-word gives ~66 bits. Both are dramatically stronger than a memorable human-chosen password.

Comparisons: vs. Bitwarden generator · vs. 1Password generator

Compare: techtuate vs 1Password · all comparisons · more tools

Questions people ask

Are online password generators safe to use?

This one generates every password locally in your browser using the browser's cryptographic random source, so the password is never transmitted or stored on a server.

What is an XKCD-style passphrase?

It is a password made of several random common words, which is easy to remember but hard to guess; this tool can produce them alongside standard random-character passwords.

Is a passphrase stronger than a password?

A long random-word passphrase can be both easier to remember and harder to crack than a short complex password, because length adds more resistance than symbol variety.