degregat / ppdt

Privacy Preserving Disease Tracking
MIT License
24 stars 4 forks source link

How to _not_ submit history of IDs from the last N days to any DB #4

Open kozmaf opened 4 years ago

kozmaf commented 4 years ago

server should not learn anything besides who is infected, ideally not even that

We believe it's possible to achieve this by anonymously broadcasting directly to contacts:

and should address most of the issues remaining, such as compromise on random IDs vs random ID per timeslot, cloning and impersonation.

Outline here; we're starting on an implementation now. Feedback welcome.