Certificate Fingerprint Calculator

Paste a PEM or DER certificate to calculate its SHA-1 and SHA-256 fingerprints. Fingerprints uniquely identify a certificate and are used for pinning and verification.

Paste a PEM certificate or hex-encoded DER.

Result

Enter your values and press Calculate — the result appears here.

Worked examples

Calculate fingerprint

  • certificate = -----BEGIN CERTIFICATE-----\nMIIB...\n-----END CERTIFICATE-----

Result: SHA-256: AB:CD:EF:...

Frequently asked questions

What is a certificate fingerprint?

A fingerprint (thumbprint) is a hash of the DER-encoded certificate. It uniquely identifies the certificate. SHA-256 fingerprints are preferred over SHA-1.

What is certificate pinning?

Certificate pinning is associating a host with its expected certificate fingerprint. If the server presents a different certificate, the connection is rejected.

Copied!