SafeTrace
SafeTrace copied to clipboard
Privacy preserving voluntary Covid-19 self-reporting platform. Share your location history and status, get alerts you are in high risk areas and identify high risk regions
The code is relatively simple -- I just used the RGSL package for laplacian noise which I generate, take the absolute value of, double (since I'm only taking 1 tail)...
Background: This tool is a privacy preserving voluntary COVID-19 self-reporting platform for contact tracing. Users share their (encrypted) location history and test status, get a notification if you have been...
Something I was considering: why not refactor the API to be as follows: SSO-requiring/Sybil requiring methods: Register user -- paramterized with phone #/notification method user submits some SSO/OAuth style callback...
Data is overwritten each time a user submits data - this can be improved but is hard. Currently user data is stored inside the enclave as a Rust HashMap indexed...
Test end to end data flow (encrypting data at client side, running computations inside the enclave and returning data back to the application) for: - [ ] SafeTrace web portal...
Let's look into applications that already collect user location data (lat,lon)
This issue builds on Issue #34 Given 40% of Covid19 carriers have only mild symptoms and may not have tested, it's important to identify interactions with these individuals as well....
This platform as currently defined allows for extraction of everyone else who's entered's location via search-decision reductions, needs DP
This issue builds up on Issue #17 Currently individual reporting algorithm returns (lat, lon) and a time. In the MVP we are representing all the matches in a list. This...
We would like to delete user data that's older than 14 days. This is not currently implemented, however there's an easy fix. This fix requires another end point that only...