Gratis Password generator
Pick length and which character types to include, then copy the result. Random bytes come from the browser crypto API (getRandomValues) in this tab only — no server, no storage, no telemetry.
How to use this tool
- 1
Abrir Password generator
Comprueba primero si sirve para tu tarea: Contrasenas aleatorias fuertes, azar Web Crypto, longitud y tipos de caracteres ajustables, sin subir nada.
- 2
Añade el contenido
Introduce o sube los datos que pide el panel y ajusta las opciones visibles.
- 3
Usa el resultado
Revisa la vista previa y copia o descarga el resultado cuando esté listo.
Quick facts
| Runs offline? | Yes — once loaded, generation uses only browser APIs. |
|---|---|
| Random source? | The browser exposes getRandomValues as a cryptographically strong pseudo-random source for JavaScript. |
| Are passwords sent anywhere? | No. Safe Local Tools is static; nothing leaves this tab for this tool. |
| Memorable passphrases? | This page generates random strings, not word-based passphrases. Use a passphrase mode elsewhere if you need diceware-style phrases. |
Top use cases
- Contrasenas aleatorias fuertes, azar Web Crypto, longitud y tipos de caracteres ajustables, sin subir nada.
- Runs offline?: Yes — once loaded, generation uses only browser APIs.
- Random source?: The browser exposes getRandomValues as a cryptographically strong pseudo-random source for JavaScript.
- Are passwords sent anywhere?: No. Safe Local Tools is static; nothing leaves this tab for this tool.
- Memorable passphrases?: This page generates random strings, not word-based passphrases. Use a passphrase mode elsewhere if you need diceware-style phrases.
FAQ
Is this cryptographically secure?▾
It uses the same browser CSPRNG that backs TLS and other security APIs. It is suitable for everyday account passwords; for national-security keys, follow your org’s hardware requirements.
Why enforce at least one character from each selected type?▾
So your policy (e.g. “must include a symbol”) is satisfied in every generated password, not only on average.
What does “exclude similar” do?▾
It drops ambiguous lookalikes such as O vs 0 and l vs 1 from the pools so passwords are easier to read aloud or type from paper.
Can I get the same password again later?▾
No by design — values are random each time. Copy and store them in your password manager if you need persistence.
What length should I use?▾
16+ characters with multiple classes is a good default for web logins. Raise length for high-value keys; some sites cap maximum length.
Do you log clipboard copies?▾
No logging exists on this static page. Your browser may show a clipboard permission prompt the first time you copy.