Input Privacy
Input privacy is the guarantee that several parties can jointly perform a computation without any party learning the private inputs that the others contributed. In practice, it means people can collaborate on a shared task while keeping their own underlying data hidden from one another. This entry describes the concept only and does not address specific regulatory obligations, lawful bases, or cross-border transfer rules, which vary by jurisdiction.
Input privacy, a concept most commonly discussed within the field of privacy-enhancing technologies and secure computation, refers to the property that multiple participants can contribute to a joint task or computation such that no party gains knowledge of the other parties' inputs beyond what is intentionally revealed. It is typically pursued through techniques such as secure multi-party computation, and is generally distinguished from output-focused guarantees such as differential privacy, which constrain what can be inferred about individuals from a computation's results rather than protecting the raw inputs themselves. As a technical property, input privacy addresses confidentiality of inputs during computation and does not by itself establish whether processed data remains personal data under any given regime, nor does it substitute for a lawful basis, retention controls, or accountability evidence required under applicable frameworks. The scope here is limited to the conceptual definition; implementation assurances depend on the specific protocol, threat model, and deployment context.
Why it matters
Input privacy addresses a problem that arises whenever multiple organizations or individuals want to derive value from combining their data but cannot, or should not, expose the underlying records to one another. Without a guarantee that inputs remain confidential during a joint computation, collaboration often stalls: parties fall back on either not sharing at all, or on trusting a central intermediary to hold and process everyone's raw data. Input privacy offers a technical path that allows the collaboration to proceed while keeping each party's contributed data hidden from the others beyond what is intentionally revealed.
For practitioners, the significance is that input privacy shifts confidentiality protection to the computation itself rather than relying solely on organizational trust, contracts, or access controls around a shared repository. This can reduce the exposure surface associated with pooling sensitive inputs. It is important to note, however, that input privacy is a property of a computation, not a compliance conclusion. As the technical definition makes clear, achieving input privacy does not by itself determine whether processed data remains personal data under any given regime, nor does it establish a lawful basis, retention controls, or the accountability evidence required under applicable frameworks.
Because of this, input privacy should be understood as one component within a broader governance and legal posture rather than a substitute for it. Its assurances depend on the specific protocol, the assumed threat model, and the deployment context, and it is frequently confused with output-focused guarantees such as differential privacy, which constrain what can be inferred about individuals from a computation's results rather than protecting the raw inputs. Distinguishing between these two goals is essential when designing collaborative data workflows.
Who it's relevant to
Inside Input Privacy
Common questions
Answers to the questions practitioners most commonly ask about Input Privacy.