Address anonymization ⚙️
To calculate the probability of delivery there are two ways, by indicating the whole address or by passing a hash of the address, that is for the case that you do not want to share the addresses.
Our address anonymization process consists of:
- We standardize the address by extracting the street, number, zip code.
- We generate a hash and save it to later identify the delivery records in the system.
What is a hash
It is a text string that is obtained from a text input, that hash can only be converted in that sense, i.e. from an address you can get a hash but from a hash you cannot get the address.
We have a mechanism to generate hashes locally
Updated 3 months ago
