RSA Key Pair Generator
Generate RSA key pairs (public and private) of 2048 or 4096 bits directly in your browser. Useful for SSH, JWT, asymmetric encryption and certificates. No data sent to servers.
Gerando chaves RSA... isso pode levar alguns segundos.
⚠️ Segurança: Chaves geradas aqui são para desenvolvimento e testes. Para produção,
use ferramentas como ssh-keygen ou openssl em ambiente controlado.
As chaves nunca saem do seu navegador.
Usos comuns
- SSH — autenticação em servidores Linux sem senha
- JWT (RS256/RS512) — assinar e verificar tokens de autenticação
- TLS/SSL — base para certificados HTTPS
- PGP/GPG — criptografia de e-mails e arquivos
- Code signing — assinar pacotes e releases de software
Related Tools
Password Generator
Generate strong, random passwords with custom length, uppercase letters, numbers and symbols. Generated in the browser — no data leaves your device.
Password Strength Checker
Analyze the strength of any password: length, character classes, entropy in bits and resistance estimate. Processed in the browser — the password never leaves your device.
SQL Escape
Escape SQL strings by adding backslashes to single quotes and other special characters to prevent SQL injection.