Android 10.0.0 Release 19 (QQ1B.191205.012.A1)
[automerger skipped] DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-master
am: a736b4644e -s ours
am skip reason: subject contains skip directive

Change-Id: I257a6d81716ba450167820d59fe3eed0bdb9b4e5
tree: 5b9ab3f02d73297c500224125f9cc44ffa60eec3
  1. client/
  2. Android.bp
  3. LICENSE
  4. MODULE_LICENSE_APACHE2
  5. NOTICE
  6. OWNERS
  7. README.android
  8. README.md
  9. README.version
README.md

RAPPOR

RAPPOR is a novel privacy technology that allows inferring statistics about populations while preserving the privacy of individual users.

This repository contains simulation and analysis code in Python and R.

For a detailed description of the algorithms, see the paper and links below.

Feel free to send feedback to rappor-discuss@googlegroups.com.


Publications

Links

  • Google Blog Post about RAPPOR
  • RAPPOR implementation in Chrome
    • This is a production quality C++ implementation, but it‘s somewhat tied to Chrome, and doesn’t support all privacy parameters (e.g. only a few values of p and q). On the other hand, the code in this repo is not yet production quality, but supports experimentation with different parameters and data sets. Of course, anyone is free to implement RAPPOR independently as well.
  • Mailing list: rappor-discuss@googlegroups.com