Imagine a hospital database that will never show you individual records, but will happily answer statistical queries: How many patients over 60 have hypertension? or What is the average cholesterol of diabetic women? Seems safe — no individual is ever named.
In 2003, Irit Dinur and Kobbi Nissim proved that this intuition is wrong. Given enough accurate answers to linear counting queries, an attacker can reconstruct the exact private values of every individual in the database. The more accurate the answers, the easier the reconstruction.
This is not an exotic hack — it is a mathematical law. Accuracy and privacy are in fundamental tension: you cannot have both at the same time, at least not without noise. The theorem set the theoretical foundation for differential privacy, the modern framework that turns this impossibility into a precise budget for how much noise to add.
Comments
Loading comments...