Programming language techniques for differential privacy
作者
Gilles Barthe,Marco Gaboardi,Justin Hsu,Benjamin C. Pierce
出处
期刊:SIGLOG news [Association for Computing Machinery] 日期:2016-02-17卷期号:3 (1): 34-53被引量:37
标识
DOI:10.1145/2893582.2893591
摘要
Differential privacy is rigorous framework for stating and enforcing privacy guarantees on computations over sensitive data. Informally, differential privacy ensures that the presence or absence of a single individual in a database has only a negligible statistical effect on the computation's result. Many specific algorithms have been proved differentially private, but manually checking that a given program is differentially private can be subtle, tedious, or both. This approach becomes unfeasible when larger programs are considered.