Skip to main content

Pseudonymisation.

Pseudonymisation is the GDPR Article 4(5) technique of replacing direct identifiers with reversible tokens, with the key stored separately. Reduces risk and earns regulatory goodwill, but the data is still personal data. Anonymisation is the version that escapes GDPR entirely; pseudonymisation does not. Watch the conflation.

By Christophe Mazzola, Practicing CISO · Founder of Cyber AcademyPrivacy & data protectionAll entries

The Cyber Academy take

Pseudonymisation is the GDPR Article 4(5) technique of replacing direct identifiers with reversible tokens, with the key stored separately. Reduces risk and earns regulatory goodwill, but the data is still personal data. Anonymisation is the version that escapes GDPR entirely; pseudonymisation does not. Watch the conflation.

What pseudonymisation actually does

Pseudonymisation is a data protection technique, not a status the data reaches. You take the fields that point straight at a person, the name, the email, the national identity number, and you swap them for a token: a random identifier, a coded reference, an encrypted value. The mapping that turns the token back into the real identity, the key, is held separately and protected with its own technical and organisational measures. Anyone working with the pseudonymised dataset can analyse, share or test against it without seeing who the records belong to, while the organisation keeps the ability to re-identify when it has a legitimate reason to.

The GDPR names this technique explicitly and treats it as a recommended safeguard. It appears as a way to meet data protection by design and by default, as a measure that can lower the residual risk of a processing activity, and as a factor that supervisory authorities weigh favourably when they assess whether you have done enough. Using it is a signal that you took security and minimisation seriously. That is the goodwill the short definition points to, and it is real, but it does not change the legal nature of the data.

Pseudonymisation is not anonymisation

This is the conflation that gets organisations into trouble. Because a pseudonymised record no longer carries a visible name, people assume it has left the scope of the regulation. It has not. Pseudonymisation is reversible by design: the key exists, so the data can be linked back to an identifiable person, so it remains personal data and every obligation still applies. Anonymisation is the opposite bargain. It is irreversible, the link to the individual is destroyed so thoroughly that re-identification is no longer reasonably possible by any means likely to be used, and only then does the data fall outside the GDPR entirely.

Pseudonymisation versus anonymisation
AspectPseudonymisationAnonymisation
ReversibleYes, via the separately held keyNo, the link is destroyed
Still personal dataYesNo
GDPR appliesYes, in fullNo
Typical purposeReduce risk while keeping utility and re-identificationRemove data from scope, often for open publication

What practitioners actually do

In practice pseudonymisation is an engineering and governance discipline rather than a single switch. The point of separating the key is defeated if the same team, system or backup holds both the tokens and the mapping, so the controls around the key matter as much as the tokenisation itself.

  • Replace direct identifiers with tokens, using methods such as keyed hashing, encryption or a lookup table of random references.
  • Store the re-identification key separately, under stricter access control than the working dataset, ideally owned by a different team.
  • Guard against indirect re-identification, where rare combinations of remaining fields (a postcode plus a birth date plus a job title) single someone out even without a name.
  • Document the technique in the record of processing and the DPIA, and treat the pseudonymised data as personal data for breach assessment, retention and subject rights.

Done well, pseudonymisation lets analytics, research and software testing run on realistic data while shrinking the blast radius of a breach, because an attacker who gets the tokens without the key holds far less. Done carelessly, with the key reachable or the indirect identifiers ignored, it offers the appearance of protection without the substance, and the organisation still carries every obligation it thought it had escaped.

Frequently asked questions

01Does pseudonymisation take my data outside the GDPR?

No. Pseudonymised data is reversible because the re-identification key still exists, so it remains personal data and the GDPR applies in full. Only irreversible anonymisation removes data from the scope of the regulation.

02What is the difference between pseudonymisation and anonymisation?

Pseudonymisation is reversible and keeps the data linkable to a person through a separately held key, so it stays personal data. Anonymisation is irreversible and destroys that link so re-identification is no longer reasonably possible, which takes the data out of GDPR scope.

03Why is pseudonymisation worth doing if the data is still regulated?

It reduces risk and supports data protection by design. It limits who can see real identities, shrinks the impact of a breach, and counts as a favourable security and minimisation measure when a supervisory authority assesses your processing.

04Where do I store the re-identification key?

Separately from the pseudonymised dataset, under stricter access controls and ideally managed by a different team or system. If the same people or backups hold both the tokens and the key, the separation that makes pseudonymisation meaningful is gone.

05Can pseudonymised data still be re-identified by accident?

Yes. Even without direct identifiers, rare combinations of remaining attributes such as postcode, birth date and occupation can single out an individual. Guarding against this indirect re-identification is part of doing pseudonymisation properly.

Need more than a definition?

Book a free 20-minute discovery call. We map the cohort that turns this term into an audit-ready practice.