What is Fair Data Processing ?
Research Source
Current data protection laws in France closely scrutinize personal data processing. Indeed, in the case of such a process many constraints apply: data collection must be limited, retention limits are imposed, and more generally, the processing must be fair. Conversely, such constraint do not exist…
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.
anonym.legal addresses this through 260+ entity types with multi-layer detection accessible across Web App and additional platforms.
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 anonym.legal Addresses This
Detection Capabilities
anonym.legal identifies 260+ entity types including names, emails, SSNs, IBANs, passports, medical records, and country-specific identifiers. The 3-layer hybrid (Presidio + NLP + Stance classification) architecture uses Microsoft Presidio deterministic rules with checksum validations for structured identifiers and XLM-RoBERTa + Stanza NER with Stance classification for disambiguation for contextual references.
Anonymization Methods
Redact is recommended for this pain point: completely removing fingerprint-contributing values eliminates the data points that algorithms combine into unique identifiers. Replace provides an alternative — substituting with non-unique alternatives prevents cross-device correlation while preserving document readability. For scenarios requiring reversibility, Encrypt (AES-256-GCM) enables authorized recovery of original values.
Architecture & Deployment
The REST API (Basic plan+) provides programmatic PII detection with Bearer token auth — the most accessible API entry point in the ecosystem.
Compliance Mapping
This pain point intersects with GDPR Article 5(1)(c) data minimization, ePrivacy Directive tracking consent.
anonym.legal's GDPR, HIPAA, PCI-DSS, ISO 27001 compliance coverage, combined with Hetzner Germany, ISO 27001 hosting, provides documented technical measures organizations can reference in their compliance documentation and regulatory submissions.
Product Specifications
| Specification | Value |
|---|---|
| Platform Version | v7.4.4 |
| Entity Types | 260+ |
| Accuracy | 95.5% tested (42/44 tests) |
| Languages | 48 |
| Anonymization Methods | Replace, Redact, Mask, Hash (SHA-256/512/MD5), Encrypt (AES-256-GCM) |
| Platforms | Web App, Desktop, Office Add-in, MCP Server, Chrome Extension, REST API |
| Pricing | Free €0, Basic €3, Pro €15, Business €29 |
| Hosting | Hetzner Germany, ISO 27001 |
| Compliance | GDPR, HIPAA, PCI-DSS, ISO 27001 |