Grátis 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.

Loading…

How to use this tool

  1. 1

    Abrir Password generator

    Confirme primeiro se ele atende à sua tarefa: Senhas aleatorias fortes, aleatoriedade Web Crypto, tamanho e classes ajustaveis, sem upload.

  2. 2

    Adicione o conteúdo

    Insira ou envie os dados pedidos no painel e ajuste as opções visíveis.

  3. 3

    Use o resultado

    Confira a prévia e copie ou baixe o resultado quando estiver pronto.

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

  1. Senhas aleatorias fortes, aleatoriedade Web Crypto, tamanho e classes ajustaveis, sem upload.
  2. Runs offline?: Yes — once loaded, generation uses only browser APIs.
  3. Random source?: The browser exposes getRandomValues as a cryptographically strong pseudo-random source for JavaScript.
  4. Are passwords sent anywhere?: No. Safe Local Tools is static; nothing leaves this tab for this tool.
  5. 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.