100% local and secure
Your data stays on your device and is never sent to our servers.
Decode key X.509 or CSR fields including subject, issuer, validity, SANs, key algorithm and SHA-256 fingerprint.
Inspect the main fields of an X.509 certificate or certificate signing request (CSR) directly in your browser without uploading the file to a remote service.
Your data stays on your device and is never sent to our servers.
Generate or verify sensitive data with clear and immediate controls.
Strings, keys, hashes, and technical formats depending on the security function.
Get a clean, ready-to-use result in seconds without installing software or configuring a complex workflow.
Fonctionnement
The tool decodes the PEM block to DER bytes, then walks the ASN.1 structure locally in the browser. It identifies whether the input is an X.509 certificate or a certificate signing request, extracts the main subject and issuer fields, validity dates, subject alternative names and public-key algorithm when available, and calculates a SHA-256 fingerprint with Web Crypto. The decoded information is returned as reusable JSON so you can review, copy or integrate it into a local workflow without transmitting the certificate or CSR.
Review the subject, issuer, validity dates and alternative names before deploying or renewing a certificate.
Check the requested subject and public-key algorithm before sending a CSR to a certificate authority.
Calculate a SHA-256 fingerprint and inspect certificate metadata without exposing the PEM content to a third-party service.
Guide
Add a .pem, .crt, .cer certificate or .csr request.
Run the ASN.1 decoder directly in your browser.
Check subject, issuer, dates, SANs, algorithm and fingerprint.
Input
-----BEGIN CERTIFICATE----- …Result
subject, issuer, validity, SANs, fingerprintA CSR contains identity information and a public key that are submitted to a certificate authority, while an X.509 certificate is the signed document issued after validation and can include issuer and validity information.
No. A certificate or CSR can be inspected using its public information only. The private key is not required and should not be pasted into this tool.
No. PEM decoding, ASN.1 parsing and SHA-256 fingerprint calculation are performed locally in your browser, so the certificate or CSR does not need to leave your device.
Learn how to introduce a CSP progressively, understand its main directives, Report-Only mode, nonces and common mistakes.
Distinguish hashing from encryption and encoding, understand SHA-256 and SHA-3, collisions and the limits of a hash without authentication.
Understand HSTS, CSP, X-Content-Type-Options, Referrer-Policy and Permissions-Policy and how to verify the headers actually returned.
Learn what a JWT contains, why decoding is not verification, how claims such as exp, nbf, iss and aud work, and common security mistakes.
Recommended workflow
Discover tools that naturally fit before, after, or alongside this one.
Encrypt and decrypt text locally with AES-256-GCM and a password.
Create a Content Security Policy to strengthen your website security.
Generate HTTP security headers for the protections you want to enable on your site.