Dashboard Structural Analysis anonymize.solutions SD1 LINKABILITY Case Study
← Previous Next →
anonymize.solutions SD1 LINKABILITY
Case Study 5 of 40

Towards formalizing the GDPR's notion of singling out.

Cohen, Aloni, Nissim, Kobbi · Proceedings of the National Academy of Sciences of the United States of America (2020-03-31)

Research Source

Towards formalizing the GDPR's notion of singling out.
Cohen, Aloni, Nissim, Kobbi · Proceedings of the National Academy of Sciences of the United States of America · 2020-03-31 · Source: pubmed

There is a significant conceptual gap between legal and mathematical thinking around data privacy. The effect is uncertainty as to which technical offerings meet legal standards. This uncertainty is exacerbated by a litany of successful privacy attacks demonstrating that traditional statistical disclosure limitation techniques often fall short of the privacy envisioned by regulators.

Executive Summary

This research paper examines a critical privacy challenge related to LINKABILITY — the ability to connect two pieces of information to the same person.

anonymize.solutions addresses this through dual-layer detection (210+ regex + 3 NLP engines) identifying 260+ entity types across 48 languages, with 5 anonymization methods that break the linkability chain.

Root Cause: SD1 — LINKABILITY

The ability to connect two pieces of information to the same person. This is the foundational operation that makes PII dangerous. Nearly every pain point is an expression of linkability being created, exploited, or failing to be broken.

Irreducible truth: You cannot have useful data that is completely unlinkable AND completely useful. The very features that make data informative make it linkable. This is not a bug — it is information theory. The information content of a dataset and its linkability are the same property measured differently.

The Solution: How anonymize.solutions Addresses This

Detection Capabilities

anonymize.solutions identifies 260+ entity types including names, email addresses, phone numbers, social media handles, organizational affiliations. The dual-layer (regex + NLP) architecture uses 210+ custom pattern recognizers (246 patterns, 75+ country formats, checksum-validated) for structured identifiers and spaCy (25 languages) + Stanza (7 languages) + XLM-RoBERTa (16 languages) for contextual references.

Anonymization Methods

Redact is recommended for this pain point: removing contact identifiers from documents prevents construction of social graphs from document collections. Replace provides an alternative — substituting names and identifiers with type labels preserves document structure while breaking the social graph. For scenarios requiring reversibility, Encrypt (AES-256-GCM) enables authorized recovery of original values.

Architecture & Deployment

The Desktop App (Win/Mac/Linux) provides encrypted vault storage with 24-word BIP39 recovery and 100-file batch processing. Zero-knowledge authentication ensures passwords never leave the client device.

Compliance Mapping

This pain point intersects with GDPR Article 5(1)(c) data minimization, Article 25 data protection by design.

anonymize.solutions’s GDPR, HIPAA, FERPA, PCI-DSS, ISO 27001 compliance coverage, combined with 100% EU (Hetzner Germany, ISO 27001) hosting, provides documented technical measures organizations can reference in their compliance documentation and regulatory submissions.

Product Specifications

SpecificationValue
Product Versionv1.6.12
Entity Types260+
Detection LayersDual-layer: 210+ regex recognizers + 3 NLP engines
Languages48 (spaCy 25, Stanza 7, XLM-RoBERTa 16)
Anonymization MethodsReplace, Redact, Mask, Hash (SHA-256), Encrypt (AES-256-GCM)
Deployment OptionsSaaS, Managed Private, Self-Managed (Docker/Air-Gapped)
Integration PointsREST API, MCP Server, Office Add-in, Desktop App, Chrome Extension
Hosting100% EU (Hetzner Germany, ISO 27001)
ComplianceGDPR, HIPAA, FERPA, PCI-DSS, ISO 27001
← Previous Next →