Name | Date | Size | |
---|---|---|---|
.. | 10-Aug-2018 | 12 KiB | |
Android.bp | 10-Aug-2018 | 825 | |
Android.mk | 10-Aug-2018 | 954 | |
client/ | 10-Aug-2018 | 4 KiB | |
LICENSE | 10-Aug-2018 | 11.1 KiB | |
MODULE_LICENSE_APACHE2 | 10-Aug-2018 | 0 | |
NOTICE | 10-Aug-2018 | 11.1 KiB | |
README.android | 10-Aug-2018 | 569 | |
README.md | 10-Aug-2018 | 1.5 KiB | |
README.version | 10-Aug-2018 | 146 |
README.android
1This project only contains Rappor java client library. 2If you want to get the full source or other components, please visit Rappor github page: 3https://github.com/google/rappor 4 5Any Android specific modifications to upstream archive-patcher should be listed 6here: 7 8- Removed all non-java client library files. 9 10- Modified client/java/com/google/rappor/HmacDrbg.java, client/java/com/google/rappor/Encoder.java 11 to remove Guava, javax dependency. 12 13- Moved package from com.google.rappor.* to com.google.android.rappor.* to avoid source conflict with 3rd party library. 14
README.md
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