Web of Trust
concept
A web of trust is a decentralized model for establishing the authenticity of cryptographic keys without relying on a central certificate authority. In systems like PGP (Pretty Good Privacy), users sign each other's public keys to vouch that a key genuinely belongs to the person it claims to belong to. If Alice has signed Bob's key, and Carol trusts Alice, Carol can have confidence in Bob's key without having met Bob directly. Trust propagates through the network of signatures, creating a distributed infrastructure of verified identities built entirely on voluntary attestation between individuals who know each other.
The key signing party — a gathering where participants verify each other's identity documents and sign each other's public keys — is the ritual through which the web of trust grows. It is a fundamentally different model from the certificate authority system used in HTTPS, where a small number of companies are designated by browser vendors as trusted signers for the entire internet. The web of trust is heterarchical: there is no apex authority whose compromise brings down the whole system. Its weakness is that trust does not automatically extend to people outside your social graph — someone new to the system with no signatures is unverifiable until they meet people in the web. Its strength is that it cannot be centrally subverted.
For the cypherpunk movement, the web of trust was not just a technical mechanism but a model for how trust should work in human society more broadly — built from direct relationships and voluntary endorsement rather than delegated to institutions whose trustworthiness cannot be independently verified. The analogy extends beyond cryptography: reputation systems in decentralized markets, vouching networks in agorism communities, and peer attestation in self-sovereign identity systems all implement web-of-trust logic. The common thread is that trust is earned through relationships, not granted by authorities.
Sources
