Skip to content

Paillier based private proximity detection for finding events

Notifications You must be signed in to change notification settings

udbhav-s/proximitycast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proximitycast

An app that uses the homomorphic properties of Paillier encryption to privately detect if two parties are within proximity of each other to find ongoing events and broadcast them. Based on the Louis Protocol. The core algorithm for calculating proximity is written in C++ using libpaillier and GMP. It is compiled for Android using the NDK and called in Flutter via the Dart FFI. A Node.js server is used as a verifying third party which calls a compiled binary of the code to verify the calculated distance ciphertext. The app uses WebRTC to exchange the ciphertexts of the protocol and also for opening a chat between users.

More info on Devpost page

Demo on YouTube

C++ source in: ./src

Node server: ./server

About

Paillier based private proximity detection for finding events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published