Certificate Fingerprint Calculator
Calculate SHA-1 and SHA-256 fingerprints of a PEM certificate in colon-separated hex.
$PEM Certificate
0 chars1 lines
Related Tools
#SSL Certificate Decoder
Paste a PEM certificate and decode its subject, issuer, validity dates, SANs, and more.
#SSL Expiry Calculator
Find out how many days until an SSL certificate expires. Paste a PEM or enter a date.
#Hash Generator
Generate SHA-1, SHA-256, SHA-384, and SHA-512 cryptographic hashes from any text.
FAQ
- What is a certificate fingerprint?
- A fingerprint (thumbprint) is the hash of the DER-encoded certificate. It uniquely identifies the certificate and is used for certificate pinning and manual verification.
- Which fingerprint format should I use?
- SHA-256 is recommended for new applications. SHA-1 is included for compatibility with legacy systems.
Paste a PEM certificate and compute its SHA-1 and SHA-256 fingerprints. Fingerprints are calculated over the DER-encoded certificate bytes using the Web Crypto API, then formatted as colon-separated uppercase hex (e.g. AA:BB:CC:...). Useful for comparing certificates or pinning.