You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
anonlink computes similarity scores, and/or best guess matches between two sets of cryptographic linkage keys.
clkhash client library/tool for creating cryptographic linkage keys from personally identifiable data. [documentation]
Apache License 2.0 Python
The text was updated successfully, but these errors were encountered:
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:
anonlink
computes similarity scores, and/or best guess matches between two sets of cryptographic linkage keys.clkhash
client library/tool for creating cryptographic linkage keys from personally identifiable data. [documentation]Apache License 2.0
Python
The text was updated successfully, but these errors were encountered: