Coder Social home page Coder Social logo

mhz95 / k-anonymity-dp-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kostaspap88/jakas

1.0 0.0 0.0 29.56 MB

Java K Anonymity and Differential privacy (Gaussian/Laplacian) Server, April 2021

Java 100.00%
differential-privacy gaussian laplacian k-anonymity java server

k-anonymity-dp-server's Introduction

K Anonymity & Differential privacy (Gaussian/Laplacian) Server

K Anonymity (forked from kostaspap88/jakas)

This projects creates a server that receives several http requests that contain geo-location.
If they are close enough, then they are grouped together and their location is obfuscated.

See this:

            *  John
    
  * Mary


                      * Jim

Now see this:

            *  John
    
  * Mary
              * CENTRAL POSITION

                      * Jim

Everybody will be grouped and his position will become the CENTRAL POSITION, offering him k-anonymity
(and since there are 3 people, we achive 3-1=2 anonymity for everyone)

The implementation idea is based on the Georgia Tech paper by B.Gedik and L.Liu.
We developed a Java servlet that works as a simple K-Anonymity server based on the
message perturbation engine presented.

The project has educational purposes only, it does not claim compliance to the original paper,
it is currently in development and comes with no warranties.

REFERENCES:

Bugra Gedik, Ling Liu. Protecting Location Privacy with Personalized k-Anonymity:
Architecture and Algorithms. IEEE Transactions on Mobile Computing, Vol. 7, January 2008.

Differential privacy (Gaussian/Laplacian)

There are timestamps associated with the locations' messages. In case the message is expired
i.e. no perturbed location is returned as a response, we send a perturbed location generated
by adding Gaussian/Laplacian noise to the original location.

This project is linked to another project which serves as an interface for the server (Laravel Web App)
the interface receives the messages and visualize them on map and record them on table for both incoming/outgoing messages.

The other project can be found in Privacy Server Map

Developed as part of a Computer Science MSc course
Supervisor: Dr. Saad Alahmady
Course: CSC529: Selected topics in computer systems
King Saud university
April 2021

k-anonymity-dp-server's People

Contributors

kostaspap88 avatar mhz95 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.