/ tool · 03
PEM Decoder
Decodes an X.509 certificate, a CSR or a public key in PEM format — shows structured fields (subject, issuer, validity, SAN, fingerprints) and raw details.
PEM block to decode
// Paste the PEM block above, including -----BEGIN ...----- and -----END ...----- lines.
Coverage
- X.509 — subject, issuer, validity, SAN, extensions
- CSR — subject and requested public key
- Public key — RSA / EC / DSA, size, curve
- Fingerprints — SHA-1 and SHA-256 of the certificate
- RSA modulus — exponent and modulus in hex
- multi-blocs — certificate chains supported