Pular para o conteúdo

Gerador de Senha

Geração de senha usando números aleatórios criptograficamente seguros (Web Crypto API). Especifique com precisão tipos de caracteres, comprimento, exclusão de caracteres similares e inclua medidor de força.

100% Free No signup Browser-only OSS-based 5 languages Dark mode

Usando números aleatórios criptograficamente seguros (<code>crypto.getRandomValues</code>), as senhas geradas nunca são enviadas para o servidor.

Sobre segurança

Se não funcionar corretamente ou a exibição estiver incorreta Formulário de contato por favor, nos comunique.

📖 Como usar

  1. 1
    Set character types and length
    Check the character types to include (uppercase, lowercase, numbers, symbols) and adjust the length slider (4–64). For important accounts, 16+ characters is recommended.
  2. 2
    Set count and click Generate
    Enter a count (1–50) and click Generate. Each result shows an entropy estimate and a strength label.
  3. 3
    Copy and store the password
    Click the Copy button on each row to copy to clipboard. Store it in a password manager before closing the page.

❓ Perguntas frequentes

Does this tool use truly random numbers?
Yes. It uses crypto.getRandomValues() from the Web Crypto API, which is cryptographically secure. Math.random() is never used.
What does "exclude similar characters" do?
It removes visually confusing characters like 0/O/o, 1/l/I that look alike. Useful when writing passwords by hand.
Are generated passwords sent to a server?
No. Password generation runs entirely in your browser and nothing is transmitted anywhere. Closing the page clears all generated passwords.
🐛 Você encontrou um problema com esta ferramenta?

Completamente gratuito e sem registro. Até as etapas de reprodução são suficientes. Os relatos recebidos chegam diretamente aos operadores e servem como referência para correções.

※ Para reproduzir problemas, informações do navegador (UA / tamanho de tela / idioma / URL) são enviadas automaticamente