FINGERPRINT
A fingerprint is a unique cryptographic hash value generated from the contents of the certificate itself.
Field |
Type |
Description |
---|---|---|
fingerprint_md5 |
text |
The MD-5 digest of the entire raw certificate. An identifier used by some systems. |
fingerprint_sha1 |
text |
The SHA-1 digest of the entire raw certificate. An identifier used by some systems. |
fingerprint_sha256 |
text |
The SHA-256 digest of the entire raw certificate. Its unique identifier, which Censys uses to index certificates records. |
tbs_fingerprint_sha256 |
text |
The SHA-256 digest of the unsigned certificate's contents. |
tbs_no_ct_fingerprint_sha256 |
text |
The SHA-256 digest of the unsigned certificate with the CT Poison extension removed, if present. This represents the shared contents of a certificate and its corresponding pre-certificate. |
Comments
0 comments
Article is closed for comments.