blob: 859584b133b27b7f3c26bdeeb7460c2d44fe8db9 (
plain)
1
2
3
4
5
6
7
8
9
|
# Rappor (Randomized Aggregatable Privacy Preserving Ordinal Responses)
RAPPOR reports consist of randomly generated data that is biased based on data
collected from the user. Data from many users can be aggregated to learn
information about the population, but little or nothing can be concluded about
individual users from their reports.
Documentation:
http://www.chromium.org/developers/design-documents/rappor
|