data-matching-software
data-matching-software copied to clipboard
anonlink/clkhash
Suggested addition of a privacy preserving record linkage software:
anonlink
A Python (and optimised C++) implementation of anonymous linkage using cryptographic linkage keys as described by Rainer Schnell, Tobias Bachteler, and Jörg Reiher in A Novel Error-Tolerant Anonymous Linking Code.
Comprised of two Python libraries:
anonlinkcomputes similarity scores, and/or best guess matches between two sets of cryptographic linkage keys.
clkhashclient library/tool for creating cryptographic linkage keys from personally identifiable data. [documentation]
Apache License 2.0
Python