Content Deep Dive
Have your data and hide it too: An introduction to differential privacy
Blog post from Cloudflare
Post Details
Company
Date Published
Author
Pierre Tholoniat
Word Count
3,458
Language
English
Hacker News Points
2
Source URL
Summary
This project involved developing a differentially private version of DAP (Data Aggregation Protocol) which is a protocol designed by Cloudflare. The new version uses cryptographic techniques to protect sensitive information while still allowing aggregated data to be analyzed. It was implemented in the Rust programming language, and various differential privacy mechanisms were explored before finally settling on discrete Gaussian and discrete Laplace mechanisms. By adapting the Daphne implementation of DAP, a toy deployment of DAP with differential privacy was successfully run on network error logging data.