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]
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
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'