tripleblindmarket/private-kit
Private Kit, an open source privacy preserving system for using personal information
repo name | tripleblindmarket/private-kit |
repo link | https://github.com/tripleblindmarket/private-kit |
homepage | https://privatekit.mit.edu |
language | JavaScript |
size (curr.) | 3537 kB |
stars (curr.) | 72 |
created | 2020-03-01 |
license | MIT License |
Private Kit
Help us stop COVID-19.
We’re building the next generation of secure location logging to preserve privacy and #flattenthecurve
Location logs provide time-stamped records of where users have been, allowing them to share information with health officials accurately and quickly. This helps support contact tracing efforts to slow the spread of the virus.
What’s truly special about Private Kit, though, is its privacy protection. Data never leaves users’ devices without their password entry and explicit consent. The location log generated by Private Kit cannot be accessed from outside the user’s device, meaning data transfer occurs only if the user chooses to share it with the researcher.
Private Kit is a ‘privacy-first’ app that allows you to log your GPS trails on your own phone. The information is stored locally and never shared with anyone (not even with us or MIT) until you explicitly decide to manually export the data. The location log generated by Private Kit cannot be accessed from outside the user’s device. Location information can be imported and exported by the user and used in other projects and applications.
Private Kit’s trail generator logs your device’s location once every five minutes and stores 28 days of data in under 100KB of space – less space than a single picture. But what is truly exciting about Private Kit is its privacy protection.
Home page: http://privatekit.mit.edu
WhitePaper: Apps Gone Rogue: Maintaining Personal Privacy in an Epidemic
Downloads: Google Play | Apple Store
Development
This is a React Native app version 61.5
Developer Setup
Refer to and run the dev_setup.sh for needed tools.
iOS Configuration - First Time Setup
- Move to
ios
directory and runpod install
- If you have any trouble with packages not round, try
react-native link
from project directory. - Look at running commands below.
Running
Install modules:
npm install
or yarn install
(note yarn
does a better job at installing dependencies on macOS)
To run, do:
npx react-native run-android
or
npx react-native run-ios --simulator="iPhone 8 Plus"
Contributing
Read the contribution guidelines.
Join the WhatsApp group - https://chat.whatsapp.com/HXonYGVeAwQIKxO0HYlxYL
Tested On
Device | Version |
---|---|
Android Pixel | API 28 |
Android Pixel | API 29 |