Trusted Third Party
A Trusted Third Party is an entity that two or more parties both rely on to help them interact securely, for example by confirming identities or vouching for the validity of a transaction. Because both sides trust this intermediary, they can conduct business with each other even without directly trusting one another. A common example is a certificate authority that issues and validates digital certificates.
A Trusted Third Party (TTP) is an entity, distinct from the transacting parties (such as a key pair owner and a verifier), that is trusted by one or both parties to perform defined trust services, including authentication, identity verification, or certificate issuance. In public key infrastructure contexts, a certificate authority (CA) is a canonical TTP that its clients trust to bind identities to public keys and to attest to the validity of those bindings. The trust placed in a TTP is scoped to the specific services it provides; this entry addresses the security and cryptographic trust-broker role and does not cover data protection roles such as controller or processor designations, contractual liability allocation, or the governance obligations that may attach to a TTP when it processes personal data.
Why it matters
The Trusted Third Party concept underpins much of the practical security that lets parties who have no prior relationship transact with confidence. Without a mutually trusted intermediary, each pair of parties would need to independently establish and verify trust in one another, which does not scale across the open internet or large ecosystems. By designating an entity that both sides rely on to vouch for identities or attest to the validity of information, a TTP allows trust to be brokered rather than built pairwise, which is why certificate authorities, and similar trust anchors, sit at the foundation of secure web communication.
Who it's relevant to
Inside TTP
Common questions
Answers to the questions practitioners most commonly ask about TTP.