tweaselORG / TrackHAR

Library for detecting tracking data transmissions from traffic in HAR format.
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

Support additional encodings (or even hashes?) for indicator matching #14

Open baltpeter opened 1 year ago

baltpeter commented 1 year ago

In #6, I'm implementing basic indicator matching with support for plain text, base64, and URL encoded text.

But with the framework we have, there's really no reason not to go beyond that. A few ideas for additional encodings we could support:

In addition, we could even compute common hashes of the indicators and check for those.

baltpeter commented 1 year ago

For the hashes, in line with the existing hashedIdfa property, we should probably prepend hashed to the property name the user set.