PEM Decoder: Read Certificates and CSRs Locally
Decode PEM blocks locally. See type, DER length, subject, issuer, dates, and SAN when the parser can read them. The tool does not contact a CA.
The PEM stays in your browser. This tool does not scan hosts. Analytics and ads may load on the page.
Paste one or more PEM blocks. Private key bytes are not printed.
FindUtils PEM Decoder splits one or more BEGIN and END blocks and decodes their base64 content into DER bytes. It shows the block type and byte length for every recognized block.
For supported X.509 certificates, it can show the subject, issuer, serial number, validity dates, signature algorithm, public-key algorithm, and subject alternative names. CSR and key containers provide a smaller set of structural details.
Decoding runs in your browser, and private key bytes are not printed. Use the SSL Certificate Checker for a live host, or use the HMAC Generator for controlled message-signature tests.
A live SSL checker connects to a host and examines the certificate it serves. FindUtils PEM Decoder examines only the text you paste, which is useful for local files but cannot prove deployment state, trust, revocation, or hostname validity.
A successful parse also does not prove that a key and certificate match. Use the JWT Decoder for JSON Web Token structure instead of PEM data.