Encoders & Crypto
X.509 Certificaat Decoder
Subject, issuer, validity, SAN, fingerprint — all at a glance.
Paste a PEM certificate and click Decode.
Redactionele opmerking
Understanding · The certificate format that runs the internet.
Dit uitgebreide hoofdstuk is momenteel alleen in het Engels beschikbaar. De conversietool hierboven werkt in jouw taal; de lange uitleg is nog niet vertaald.
Veelgestelde vragen
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.
Mensen zoeken ook naar
Gerelateerde tools
More in this room.
- AES Bestand Versleutelen / OntsleutelenVersleutel bestanden met AES-GCM en een wachtwoordzin.
- RSA / ECDSA Sleutelpaar GeneratorPEM + PKCS#8 + JWK — Web Crypto in uw browser.
- Ed25519 Sleutelgenerator & OndertekenaarGenereer Ed25519 sleutels en onderteken berichten lokaal.
- PGP Encrypteren / DecrypterenOpenPGP berichten — encrypteren, decrypteren, ondertekenen, verifiëren.
- Base64 Coderen / DecoderenCodeer en decodeer Base64 — Unicode-veilig.
- JWT DecoderDecodeer en inspecteer JWT tokens — lokaal, wordt nooit gelogd.