camaraproject / KnowYourCustomer

Repository to describe, develop, document and test the KnowYourCustomer API family
Apache License 2.0
7 stars 5 forks source link

[KYC Match] Hash and some additional parameters #86

Open ToshiWakayama-KDDI opened 1 month ago

ToshiWakayama-KDDI commented 1 month ago

Problem description

To consider Hash and some additinal parameters for KYC Match. (Spin off from Issue #65, item No.2, as per Action Item #13.03)

BR

HuubAppelboom commented 1 month ago

In case we add Fuzzy Name Matching logic to the specification, this will require to have plain text attributes and no hashing.

As KPN we are in favour of Fuzzy Name Matching logic, so we can better deal with imperfect data on either side. Hashing can still be used in cases of Attributes that are really sensitive in terms of privacy, but you have to keep in mind that especially with attributes with a low number of characters it is easy to revert the hashing with a rainbow table.