AES Encryption Explained: How It Works and Why It Matters
Jun 23, 2026
Inspect X.509 certificate details — issuer, subject, validity, extensions, and fingerprints
Version
-
Algorithm
-
Key Size
-
Enter a PEM certificate and click View Certificate
An X.509 certificate is a digital document that binds a public key to an identity (such as a domain name or organization). It is the foundation of TLS/SSL security on the web. Certificates contain essential information including the subject (who the certificate is issued to), issuer (who issued it, typically a Certificate Authority), validity period (not before and not after dates), serial number, signature algorithm, public key algorithm and size, and extensions like Subject Alternative Names (SANs), Key Usage, and Basic Constraints. This viewer parses PEM-encoded X.509 certificates and displays all fields in a readable format. It also computes SHA-256 and SHA-1 fingerprints. System administrators, security engineers, and developers use it to inspect certificate details, troubleshoot SSL issues, verify certificate chains, and check expiration dates.
Is my data sent to a server?
No. All processing is performed locally in your browser. Your certificate never leaves your device.
What certificate formats are supported?
The tool supports PEM-encoded X.509 certificates. DER-format certificates can be converted to PEM using an external tool first.
Can I view certificate extensions?
Yes. The tool displays key extensions including Subject Alternative Names (SANs), Key Usage, Extended Key Usage, Basic Constraints, and Authority Key Identifier.
What is a certificate fingerprint?
A fingerprint is a hash of the certificate's DER-encoded content. It uniquely identifies the certificate and is used for certificate pinning and verification.
Is this tool free to use?
Yes. This tool is completely free with no usage limits or registration required.
Blog
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026