• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1RAPPOR
2======
3
4RAPPOR is a novel privacy technology that allows inferring statistics about
5populations while preserving the privacy of individual users.
6
7This repository contains simulation and analysis code in Python and R.
8
9For a detailed description of the algorithms, see the
10[paper](http://arxiv.org/abs/1407.6981) and links below.
11
12Feel free to send feedback to
13[rappor-discuss@googlegroups.com][group].
14
15-------------
16
17- [RAPPOR Data Flow](http://google.github.io/rappor/doc/data-flow.html)
18
19Publications
20------------
21
22- [RAPPOR: Randomized Aggregatable Privacy-Preserving Ordinal Response](http://arxiv.org/abs/1407.6981)
23- [Building a RAPPOR with the Unknown: Privacy-Preserving Learning of Associations and Data Dictionaries](http://arxiv.org/abs/1503.01214)
24
25Links
26-----
27
28- [Google Blog Post about RAPPOR](http://googleresearch.blogspot.com/2014/10/learning-statistics-with-privacy-aided.html)
29- [RAPPOR implementation in Chrome](http://www.chromium.org/developers/design-documents/rappor)
30  - This is a production quality C++ implementation, but it's somewhat tied to
31    Chrome, and doesn't support all privacy parameters (e.g. only a few values
32    of p and q).  On the other hand, the code in this repo is not yet
33    production quality, but supports experimentation with different parameters
34    and data sets.  Of course, anyone is free to implement RAPPOR independently
35    as well.
36- Mailing list: [rappor-discuss@googlegroups.com][group]
37
38[group]: https://groups.google.com/forum/#!forum/rappor-discuss
39