Live verification
Signature
Failed
Chain up to entry
Failed
- entries in chain
- 146 / 150
- invalid entries
- 4
Trust Standard Protocol
This demo loads the latest certificate entry from the evidence chain and runs real signature and chain verification before showing status.
Signature
Failed
Chain up to entry
Failed
Participant name, email and raw payload are not shown in this public demo.
PrevHash binds the entry to the previous signature. ContentHash binds event type, payload, prevHash and timestamp. The signature proves that the issuer key signed the hash value.
Previous entry
143
Current entry
144
Next entry
145
Values are shortened in the view. The full value is stored in admin and used by the verification logic.
The demo loads the latest CertificateIssued entry linked to a certificate.
ITspEvidenceService.VerifyAsync recalculates the hash and checks the ECDSA signature.
VerifyChainAsync walks the full chain and checks that every PrevHash points to the previous signature.
The public view shows status and technical fingerprints, but not personal data or raw payload.