Skip to content

anushkavidanage/pprlGraphMatchingAttack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Graph based privacy attack on multiple encoding techniques for PPRL

Anushka Vidanage, Peter Christen, Thilina Ranbaduge, and Rainer Schnell

Paper title: A Graph Matching Attack on Privacy-Preserving Record Linkage
Paper URL: here

Copyright 2020 Australian National University and others. All Rights reserved.

See the file COPYING for the terms under which the computer program code and associated documentation in this package are licensed.

10 September 2020.

Contact: [email protected], [email protected]


Requirements:

The Python programs included in this package were written and tested using Python 2.7.6 running on Ubuntu 16.04

The following extra packages are required:

  • numpy
  • scipy
  • networkx
  • pickle
  • gensim.models
  • matplotlib
  • sklearn

Running the attack program:

To run the program, use the following command (with an example setting):

python graph-attack-pprl.py path-to-encode-dataset.csv.gz 0 , True [1,2,8] -1 path-to-plaintext-dataset.csv.gz 0 , True [1,2,8] -1 2 False dice True bf rh 15 1000 clk none None dice

For moe details about the command line arguments see comments at the top of 'graph-attack-pprl.py'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages