WebmasterID logoWebmasterID
Privacy & compliance

Secure multi-party computation

Secure multi-party computation (MPC) is a cryptographic technique that lets two or more parties compute an agreed function over their combined inputs without any party revealing its own input to the others. The output is correct, but intermediate values stay hidden. In analytics it underpins privacy-preserving aggregation — for example combining counts from multiple sources without sharing raw rows. This is a PET, not a legal regime; this page is educational.

Verified against primary sources

How it works

MPC protocols (such as secret sharing or garbled circuits) split each party's input into shares or encrypted forms so that no single party holds a usable view of another's data. The parties exchange messages following the protocol, and at the end each learns only the agreed output. A classic illustration is computing an average salary across people without anyone revealing their own figure. Correctness and privacy hold under stated assumptions about how many parties may collude.

Where it fits in analytics

MPC enables joint measurement across organisations — for example aggregate conversion counts spanning a publisher and an advertiser — without either side handing over raw event logs. It powers some privacy-preserving attribution and measurement designs. The caveats: MPC protects the inputs during computation, but if the agreed output is itself revealing (a tiny cohort, say), you still need aggregation thresholds or noise. Performance and coordination overhead are real considerations.

Treat MPC as one PET among several, chosen for cross-party trust gaps.

How it appears in analytics and logs

If a measurement result is produced jointly by parties that never see each other's raw data, MPC may be in use; verify the protocol and trust assumptions.

Diagnostic use case

Understand how multiple parties can jointly compute aggregate statistics without exposing their raw inputs, e.g. cross-party measurement without sharing rows.

What WebmasterID can help detect

WebmasterID favours aggregate, minimised measurement; MPC illustrates how cross-party aggregates can be computed without anyone sharing raw per-user data.

Common mistakes

Privacy and accuracy notes

This page is educational, not legal advice. MPC hides inputs during computation but does not by itself make the output anonymous; aggregation still matters.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.