Gerador de chaves SSH
Gere pares de chaves SSH Ed25519 ou ECDSA usando a Web Crypto API — funciona 100% no navegador
Key Type
Ed25519 vs ECDSA
Ed25519 — Modern, fast, smaller keys, recommended for new setups. Supported on OpenSSH 6.5+.
ECDSA (P-256) — Widely compatible, used when Ed25519 isn't available.
SSH Key Generator — Ed25519 & ECDSA
Generate SSH key pairs (Ed25519 or ECDSA) securely in your browser using the Web Crypto API. Copy the public key for your server's authorized_keys and keep the private key safe.
FAQ
What is an SSH key pair?
A public/private key pair used for SSH authentication. You place the public key on the server and keep the private key on your machine. The server authenticates you without a password.
Ed25519 vs RSA — which should I use?
Ed25519 is faster, shorter, and more secure than RSA-2048. Use Ed25519 unless you need RSA for legacy system compatibility.
How do I add my public key to a server?
Run: ssh-copy-id -i ~/.ssh/id_ed25519.pub user@server. Or manually append the public key to ~/.ssh/authorized_keys on the server.
Continue explorando
Outras ferramentas de Segurança que você pode gostar…
Verificador de força de senha
Teste quão forte é sua senha e receba dicas para melhorá-la
Gerador de QR Code
Gere QR Codes para URLs, texto, Wi-Fi, vCards e mais — baixe como PNG ou SVG
Leitor de QR Code
Escaneie e decodifique QR Codes de imagens ou câmera — funciona offline
Gerador de código de barras
Gere códigos de barras em Code 128, Code 39, EAN-13, QR e outros formatos
Gerador de chaves RSA
Gere pares de chaves RSA de 2048 ou 4096 bits no formato PEM usando a Web Crypto API — funciona 100% no navegador
Comparador de Hash
Compare dois valores hash para verificar integridade de arquivos ou checksums
Verificador de Hash de Arquivo
Arraste e solte qualquer arquivo para calcular instantaneamente MD5, SHA-1, SHA-256 e SHA-512 — verifique a integridade contra um hash conhecido
Gerador TOTP / 2FA
Gere senhas únicas baseadas em tempo (TOTP) a partir de uma chave secreta — compatível com o Google Authenticator