Digital Privacy, February 2022

Privacy and Security Are Not the Same Thing

The two words are used interchangeably, and the substitution hides a distinction that decides which defences are worth building. Security concerns unauthorised access. Privacy concerns authorised collection.

A service can be flawlessly secure and profoundly invasive at the same time, and most of the systems people interact with daily are exactly that.

The question each one asks

Security asks whether a party who should not have your data can obtain it. Its adversaries are external, its failures are breaches, and its remedies are technical: encryption, authentication, access control, patching.

Privacy asks whether the party who legitimately holds your data should have collected it, how long they keep it, and what else they do with it. Its adversary is often the service itself, its failures are business models rather than incidents, and its remedies are legal and contractual as much as technical.

Where the two diverge

The distinction is easiest to see in the cases where one is present without the other.

SituationSecurePrivate
Encrypted messenger that retains who spoke to whomYesNo
Handwritten diary in an unlocked drawerNoYes
Free email scanned to build an ad profileYesNo
Notes kept only on a device you controlDependsYes

The first row is the common case and the most misunderstood. Strong transport encryption is presented as a privacy feature, and it protects the message from interception without preventing the operator from recording the fact that a conversation happened, when, and between whom.

Why the confusion is convenient

Companies describe security measures when asked about privacy, and the substitution usually goes unchallenged. Encryption, certifications, and breach response are concrete, demonstrable, and genuinely difficult, which makes them satisfying to talk about.

None of them constrain what the company collects or what it does with the collection. A service can invest heavily in protecting data it should never have gathered, and be entirely truthful in describing that investment.

Where they reinforce each other

The relationship is not purely oppositional. Several measures serve both, and those are the ones worth prioritising because they need no trade off argument.

Encrypting data on a device protects it from a thief and from anyone who acquires the hardware later. Deleting data that is no longer needed removes it from both the breach surface and the profiling surface. Restricting who inside an organisation can query a dataset limits both misuse and exposure.

They can conflict

The two goals are not merely different, they sometimes oppose each other, and the tension is worth recognising rather than resolving by slogan.

Detecting fraud requires behavioural profiling. Investigating an incident requires detailed logs. Verifying identity requires collecting identity documents. Each of these improves security and reduces privacy, and the choice between them is a judgement about which risk matters more in that context rather than a technical question with a correct answer.

The regulatory split mirrors it

Law treats the two separately, which is a useful confirmation that the distinction is real rather than semantic.

Security obligations generally require appropriate protective measures and prompt notification when they fail. Privacy obligations govern whether collection was lawful in the first place, whether the stated purpose was honoured, how long retention may continue, and what rights the individual holds over the result.

An organisation can satisfy the first set completely while breaching the second, and the penalties attach to different failures.

What follows practically

The useful habit is to evaluate any service on both axes separately. Ask what an attacker would obtain if the service were breached, which is the security question. Then ask what the service itself knows, keeps, and shares, which is the privacy question.

A service scoring well on the first and badly on the second is not protecting you, it is protecting its asset. The distinction matters most when the data would only exist because the service chose to collect it, since nothing that was never gathered can be breached, sold, subpoenaed, or leaked.

Note: the strongest privacy measure available is not encryption, it is non collection. Data that does not exist requires no protection and survives no acquisition, policy change, or court order.