Skip to content

Privacy preserving record linkage with Bloom filters implemented in Javascript

License

Notifications You must be signed in to change notification settings

kohlmayer/PPRLJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPRL-JS

Privacy preserving record linkage with Bloom filters implemented in Javascript

The Javascript file "recordlinkage.js" implements the idea from: Schnell, R., Bachteler, T., & Reiher, J. (2009). Privacy-preserving record linkage using Bloom filters. BMC Medical Informatics and Decision Making, 9(1), 41. doi:10.1186/1472-6947-9-41

  • The implementation allows the serialization/deserialization of the Bloom filter into/from a JSON Object.
  • The Bloom filter implementation is currently quite inefficient.
  • As hash functions HMAC-SHA-1 with counter are used. The Forge library (https://github.com/digitalbazaar/forge) is used for calculating the HMAC.

About

Privacy preserving record linkage with Bloom filters implemented in Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages