Skip to content
← Tools
Quantum Readiness

X.509 certificate decoder

Read a PEM certificate's subject, validity, key and extensions — and see whether its key survives a quantum-capable adversary.

A certificate is public by design — it is what a server hands to anyone who connects, so pasting one here is safe. Never paste a private key, which begins -----BEGIN PRIVATE KEY-----. This tool has no use for one.

Decoded entirely in your browser with a hand-written DER reader — no library, no upload, no logging. The certificate never leaves the page. This tool decodes and inspects; it does not validate a chain, check revocation, or verify the signature.