Codificadores y Cifrado
Generador de Pares de Claves RSA / ECDSA
PEM + PKCS#8 + JWK — Web Crypto in your browser.
(click generate)
(click generate)
(click generate)
(click generate)
Nota del editor
Understanding · Big primes vs elliptic curves — same job, different maths.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
Quick answers.
›Is it safe to generate private keys in a browser?
Yes, provided the tool uses the standard Web Crypto API and does not transmit data. This tool runs entirely client-side, meaning your private key is never sent to a server or stored in a database.
›What is the difference between RSA and ECDSA?
RSA is the traditional standard based on large prime numbers, widely compatible but requiring larger key sizes for security. ECDSA uses elliptic curve cryptography to provide equivalent security with much smaller keys, resulting in faster computations and less storage.
›Which curve should I choose for ECDSA?
P-256 (prime256v1) is the most common choice for general web applications and is widely supported by cloud providers. P-384 and P-521 offer higher security margins if required by specific compliance standards.
›What format should I download?
Use PEM or PKCS#8 for server-side environments like Node.js, Python, or OpenSSL. Choose JWK (JSON Web Key) if you are building browser-based applications that need to import keys directly back into the Web Crypto API.
La gente también busca
Herramientas relacionadas
More in this room.
- Cifrado / Descifrado de Archivos AESCifra archivos con AES-GCM y una frase de contraseña.
- Generador y Firmador de Claves Ed25519Genera claves Ed25519 y firma mensajes localmente.
- Decodificador de Certificados X.509Sujeto, emisor, validez, SAN, huella digital — todo de un vistazo.
- Cifrar / Descifrar PGPMensajes OpenPGP — cifrar, descifrar, firmar, verificar.
- Codificar / Decodificar Base64Codifica y decodifica Base64 — seguro para Unicode.
- Decodificador JWTDecodifica e inspecciona tokens JWT — localmente, nunca registrados.