|
|
|
|
|
by chrismorgan
572 days ago
|
|
The “PII” label is taint that is probably impossible to dispel completely/perfectly, and difficult to dispel sufficiently (and deanonymising is an arms race). Lossless techniques do nothing to dilute that taint. Lossy techniques are necessary to get anywhere, such as disregarding certain bits of the address, or Bloom filters. |
|