Decode PEM or DER certificates locally. Free, private, runs in your browser.
100% private — your files and text never leave your browser. All processing happens locally on your device.
Certificate Decoder reads PEM chains, base64 DER, or uploaded DER certificates locally. It shows subject, issuer, serial number, validity dates, algorithms, SANs, and fingerprints.
SHA-256 and SHA-1 fingerprints are calculated over the certificate DER bytes with Web Crypto. This is useful for comparing certificates, documenting rotations, or checking local fixtures.
The decoder does not verify certificate chains, revocation, CT logs, hostname matches, or live server configuration. Use it for offline inspection, then use a full TLS audit when trust matters.
No. It decodes certificate fields and fingerprints locally. It does not validate chains, revocation, CT logs, or live host configuration.
Yes. Paste a PEM chain with multiple certificates and each certificate is decoded separately.
Yes. SHA-256 and SHA-1 fingerprints are calculated over the certificate DER bytes in the browser.
Yes. Upload .der, .cer, or .crt files; binary DER files are read locally as ArrayBuffer.
No. PEM/DER content stays in the browser.