Android Mainline 12.0.0 Release 49 (7914710,com.google.android.networkstack)
[LSC] Add LOCAL_LICENSE_KINDS to external/rappor am: 53074ed4c6 am: 980a145612 am: 496117c9f9 am: a2ae3d61cd

Original change: https://android-review.googlesource.com/c/platform/external/rappor/+/1588872

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5afa12a178920d61d18a35f6b8e22177fd870206
tree: 64f402d10e4c15382a80284407bd56e01692a250
  1. client/
  2. Android.bp
  3. LICENSE
  4. METADATA
  5. MODULE_LICENSE_APACHE2
  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