Codificadores y Cifrado
Decodificador de Certificados X.509
Subject, issuer, validity, SAN, fingerprint — all at a glance.
Paste a PEM certificate and click Decode.
Nota del editor
Understanding · The certificate format that runs the internet.
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.
›What certificate formats are supported?
The tool supports PEM format, which typically starts with `-----BEGIN CERTIFICATE-----`, as well as binary DER files. It can also parse Certificate Signing Requests (CSRs).
›Is my certificate data secure?
Yes. The decoding process is performed entirely within your web browser. No certificate data or metadata is ever uploaded to our infrastructure.
›What information can I see in the output?
You can view the Common Name (CN), expiry dates, serial number, public key algorithm, and fingerprints (SHA-1 and SHA-256). It also highlights if a certificate is currently expired.
›Can it decode a chain of certificates?
If you paste a bundle containing multiple certificates, the tool will decode and display the details for each individual certificate in the order they appear.
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 de Pares de Claves RSA / ECDSAPEM + PKCS#8 + JWK — Web Crypto en tu navegador.
- Generador y Firmador de Claves Ed25519Genera claves Ed25519 y firma mensajes localmente.
- 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.