Skip to main content
Toollabz

Gerador de palavras-passe

Choose length and character classes. The generator draws from the browser’s cryptographic random source when available.

Esta página traduz o original em inglês. O motor de cálculo é o mesmo.

Versão em inglês

Resposta rápida

It builds a string from the selected alphabet using secure randomness in the client.

Exemplo: 16 characters with upper, lower, digits and symbols is a common default; longer is stronger if you can store it.

Os cálculos seguem a fórmula desta página; o arredondamento e as unidades podem alterar o último dígito. Trate o resultado como uma estimativa educativa.

* Estimativa. Os valores reais podem variar consoante as hipóteses.

O que faz esta calculadora

It builds a string from the selected alphabet using secure randomness in the client.

Para quem é

Anyone creating a new password who wants the generation to stay on-device.

Como funciona o cálculo

A cryptographically strong RNG picks indices into the allowed character set until the requested length is reached.

Fórmula

Uniform draws from the selected alphabet. No password is derived from your name or the page URL.

Pressupostos

  • The browser provides crypto.getRandomValues or an equivalent.
  • You store the result in a password manager.

Limitações

  • Does not check whether a password has appeared in a public breach.
  • A short alphabet reduces strength even at long lengths.

Como usar esta ferramenta

  1. 1Set the length.
  2. 2Toggle character classes.
  3. 3Copy the result into a password manager — not into email.

FAQ

Do you store the password?
Generation is client-side. We do not need the password to render the page.
Is longer always better?
Length helps, but a tiny character set or a reused password still fails.

Ferramentas relacionadas

Palavra-passe aleatória no browser | Toollabz