Skip to main content
Category: Privacy Principles

Input Privacy

Simply put

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.

Formal definition

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

Privacy engineers and PET architects
Those designing collaborative data workflows use input privacy to reason about which confidentiality goal a given system actually meets. They must distinguish input privacy, generally pursued through secure multi-party computation, from output-focused guarantees such as differential privacy, and select techniques appropriate to the specific threat model and deployment context.
Data protection officers and privacy counsel
DPOs and legal advisors need to understand that input privacy is a technical property, not a compliance determination. It 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. Regulatory obligations and cross-border transfer treatment are out of scope for this concept and vary by jurisdiction.
Data governance and information security leads
Governance leads considering multi-party data collaborations can evaluate input privacy as one control that shifts confidentiality protection into the computation rather than relying only on access controls around a shared repository. It should be positioned within a broader governance posture, since its assurances depend on the protocol, threat model, and implementation, and demonstrable accountability evidence remains a separate requirement.

Inside Input Privacy

Definition and scope
Input privacy refers to the objective of protecting the confidentiality of the inputs supplied to a computation or process, so that the parties performing or observing the computation do not learn the underlying data. It is generally contrasted with output privacy, which concerns what can be inferred from the results of a computation. This entry addresses the input-side objective and does not cover output privacy mechanics in detail.
Privacy-enhancing techniques typically associated
Input privacy is commonly pursued through techniques such as secure multi-party computation, homomorphic encryption, and trusted execution environments, which aim to allow processing while keeping the raw inputs hidden from other parties. These are technical approaches; their availability and suitability depend heavily on the use case and implementation.
Relationship to security and governance
Input privacy draws on information security controls, particularly confidentiality, but it is a design objective rather than a single control. Governance obligations such as ownership, lawful basis, retention, and records of processing remain separate and are not satisfied merely by achieving input confidentiality.
Regulatory context
Input privacy is a technical and design concept rather than a term defined in instruments such as the EU GDPR, UK GDPR, CCPA and CPRA, or HIPAA. Applying an input-privacy technique may support data protection principles like data minimisation or security of processing in some regimes, but treatment and expectations differ across jurisdictions and no single technique is named as a compliance guarantee.
Boundaries and out of scope
This entry does not cover output privacy analysis, cross-border transfer mechanics, retention rules, enforcement penalties, or the question of whether data remains personal after processing. Whether protected inputs still constitute personal data depends on reversibility and context and must be assessed separately.

Common questions

Answers to the questions practitioners most commonly ask about Input Privacy.

Does input privacy make the underlying data non-personal or take it out of regulatory scope?
No. Input privacy techniques generally control who can see or reconstruct inputs during processing, but this does not by itself render the data non-personal. Unless data is irreversibly anonymized, it typically remains personal data subject to applicable regimes such as the EU GDPR or UK GDPR. Techniques that keep inputs confidential during computation, including cryptographic approaches, do not equate to anonymization; the data can often still be linked to an individual, so treating it as out of scope is a common and defensible error to avoid.
Is input privacy the same as encryption at rest or in transit?
Not exactly. Encryption at rest and in transit protects data as stored or moved, but input privacy specifically concerns protecting inputs during computation or processing, so that parties performing the computation do not learn the raw inputs. This is a narrower and distinct concern that may use different techniques. It is also worth noting that encryption of any kind does not make data non-personal; encrypted personal data generally remains personal data in most jurisdictions.
How should input privacy be documented within a records of processing activities obligation?
Input privacy measures can be recorded as part of the technical and organizational measures described in processing records, but note that a records of processing activities obligation is a documentation duty and is not satisfied merely by deploying a data inventory tool. The record should describe the measure, the party responsible for it, and how it is applied, consistent with the demonstrable-evidence expectation of accountability under governance frameworks. This entry does not cover the specific content requirements or the threshold for who must maintain such records under any particular regime.
Who is accountable for input privacy controls between a data controller and a data processor?
Accountability generally follows the roles as defined under the applicable regime. A data controller typically determines the purposes and means of processing and bears primary accountability for ensuring appropriate measures are in place, while a data processor implements measures on the controller's instructions and under the terms of a processing arrangement. Where input privacy is delivered through a processor or a multi-party computation involving several entities, responsibilities should be allocated explicitly and evidenced, since demonstrable accountability requires more than stated intent.
Does implementing input privacy remove the need for a data protection impact assessment?
No. Whether an assessment is required depends on the nature and risk of the processing under the applicable regime, and a data protection impact assessment is not always mandatory. Input privacy may reduce certain risks and can be relevant evidence within an assessment, but it does not automatically eliminate the obligation to assess. The assessment scope, triggers, and thresholds vary by jurisdiction and are outside the scope of this entry.
Can input privacy alone establish a lawful basis for processing?
No. Input privacy is a technical or organizational measure, not a lawful basis. A lawful basis for processing must be established separately under the applicable regime, and consent is only one of several possible bases rather than a default requirement. Deploying input privacy does not substitute for identifying and documenting an appropriate lawful basis, nor does any single control guarantee compliance, which depends on context, jurisdiction, and implementation. This entry does not address cross-border transfer mechanics, retention rules, or enforcement penalties.

Common misconceptions

Achieving input privacy means the data is no longer personal data and falls outside regulation.
Concealing inputs from other parties through encryption, tokenization, or similar techniques does not by itself make data non-personal. If the data can still be linked to an individual by any party, it generally remains personal data and, where the technique is reversible, is closer to pseudonymization than to irreversible anonymization. This differs by jurisdiction and requires case-by-case assessment.
Input privacy and output privacy are the same thing.
Input privacy concerns protecting the confidentiality of the data fed into a computation, while output privacy concerns limiting what can be inferred from the results. A system can protect inputs while still leaking sensitive information through its outputs, so both objectives generally need to be addressed independently.
Deploying a technique such as secure multi-party computation or homomorphic encryption guarantees compliance.
No single technical mechanism guarantees compliance. Input-privacy techniques may support principles such as security of processing or data minimisation, but compliance also depends on lawful basis, transparency, retention, accountability evidence, and jurisdiction-specific obligations that these techniques do not address.

Best practices

Assess whether protected inputs still constitute personal data in your jurisdiction, rather than assuming that encryption, tokenization, or an input-privacy technique removes data from regulatory scope.
Address input privacy and output privacy as separate objectives, and evaluate whether results could still reveal sensitive information even when inputs are concealed.
Select input-privacy techniques such as secure multi-party computation, homomorphic encryption, or trusted execution environments based on the specific use case, threat model, and performance constraints, not as a default assumption of compliance.
Keep governance obligations distinct from the technical control, maintaining lawful basis, retention decisions, and records of processing separately from any input-protection mechanism.
Document the design rationale and residual risks so that accountability can be demonstrated with evidence rather than stated intent.
Reassess input-privacy measures when the data, parties, or processing purpose change, since reversibility and linkability determine whether the underlying data remains personal.