SSL CSR/Certificate Decoder
Decode a PEM CSR or certificate into its ASN.1 structure.
PEM input
Paste a CSR or certificate (-----BEGIN ...-----)
ASN.1 structure
Best-effort DER structure walk, no external libraries
About the SSL CSR/Certificate Decoder
Paste a PEM-encoded certificate signing request or certificate to see a best-effort walk of its underlying ASN.1/DER structure, including object identifiers, strings, and nested sequences — no external libraries involved.
Examples
Decode a CSR
-----BEGIN CERTIFICATE REQUEST-----...Output
SEQUENCE (612 bytes)
SEQUENCE (...)
OBJECT IDENTIFIER = 2.5.4.3Keyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
Secret Scanner
Security
Scan pasted code or text for likely leaked secrets.
SSH Key Fingerprint Formatter
Security
Parse an OpenSSH public key and show its SHA256/MD5 fingerprints.
CORS Config Generator
Security
Generate CORS headers/config for Nginx, Apache, Express, or Workers.
CSP Builder
Security
Build a Content-Security-Policy header from per-directive sources.
Htpasswd Generator
Security
Generate .htpasswd lines using SHA-1 or plain text.
JWT Inspector
Security
Decode a JWT and audit its claims for common issues.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser