Earlier quoted context omitted.
There's a mis-understanding of at least the Graphics part. For example WebGPU features. It looks like lots of info https://webgpureport.org/ But, they are bucketed https://www.w3.org/TR/webgpu/#privacy-considerations It's not zero pieces of info but it's also not close to as bad as it looks. Effectively, everyone who has, say an NVidia GPU, will likely have the same list of features and limits. As a more general exam…
Beyond the obvious IP address difference, there are other way to fingerprint you, see https://coveryourtracks.eff.org/ which will actually provide details about how you're a special snowflake, tracked by advertisers.
Show HN: Explore what the browser exposes about you
81–90 of 95 posts
Re: Show HN: Explore what the browser exposes about you
#82Earlier quoted context omitted.
There's a mis-understanding of at least the Graphics part. For example WebGPU features. It looks like lots of info https://webgpureport.org/ But, they are bucketed https://www.w3.org/TR/webgpu/#privacy-considerations It's not zero pieces of info but it's also not close to as bad as it looks. Effectively, everyone who has, say an NVidia GPU, will likely have the same list of features and limits. As a more general exam…
> No, I have an iPhone Pro and am in the PST time zone, set to English. It has the exact same finger print as millions of other devices among the 40 million people in the PST time zone. Your IP address, ASN, and location make this not true.
Re: Show HN: Explore what the browser exposes about you
#83Earlier quoted context omitted.
> No, I have an iPhone Pro and am in the PST time zone, set to English. It has the exact same finger print as millions of other devices among the 40 million people in the PST time zone. Your IP address, ASN, and location make this not true.
Those have nothing to do with "what the browser exposes". They are exposed regardless of what you use to connect.
Re: Show HN: Explore what the browser exposes about you
#84Super interesting project! Out of curiosity, how do you calculate Unique Fingerprint ID and Canvas Deep Fingerprint Hash?
The Canvas Deep Fingerprint Hash is higher entropy and includes baseline shapes, emoji rendering, winding rules etc. [2]. It’s meant to capture subtle rendering differences between systems.
1. https://github.com/neberej/exposedbydefault/blob/main/src/mo...
2. https://github.com/neberej/exposedbydefault/blob/main/src/mo...
Re: Show HN: Explore what the browser exposes about you
#85Does I expose my latitude and longitude after visiting a url?
I just get approximate location from your public IP address via an external IP geolocation API (ipapi.co), which usually gives city-level accuracy.
Re: Show HN: Explore what the browser exposes about you
#86Earlier quoted context omitted.
I'm really frustrated with these types of websites because they tell me nothing. What I'd love for these sites to do is help me understand where I am distributionally . How unique am I? On what? Help me understand what needs to be fixed and what my threat vector is. The problem with these is that I'm always unique. Doesn't matter what browser I'm on or what. If I am unique on a clean Apple laptop in either Safari or…
You're 100% right. The raw fingerprint dumps alone are not actually useful unless you can compare them to a population. And creating that comparison is far harder than people think. To answer "How unique am I?" I need a large, representative dataset of fingerprints collected over time and ideally weighted by how often real websites use each feature. That would require running an backend and database. It’s something I…
For privacy prevention, maybe you can help me understand something better then. I was under the impression that for the most part, each fingerprinting technique itself was not enough to identify someone, but it is the collection of them. So in that setting, would not showing the distribution of the individual metrics likely preserve privacy? I can certainly see some subtle naive trap existing here that I'm not aware of but do you know of one? I at least would think things such as agent, dark mode, and some other things shouldn't risk deanonymization. Though clearly things like coordinates, unique fingerprints, and probably even the canvas fingerprinting shouldn't be shared. As long as each data point isn't associated with others and you have a decent sample size. But also I'd love to learn if I'm missing something important.
Re: Show HN: Explore what the browser exposes about you
#87Re: Show HN: Explore what the browser exposes about you
#88Earlier quoted context omitted.
I'm really frustrated with these types of websites because they tell me nothing. What I'd love for these sites to do is help me understand where I am distributionally . How unique am I? On what? Help me understand what needs to be fixed and what my threat vector is. The problem with these is that I'm always unique. Doesn't matter what browser I'm on or what. If I am unique on a clean Apple laptop in either Safari or…
You're 100% right. The raw fingerprint dumps alone are not actually useful unless you can compare them to a population. And creating that comparison is far harder than people think. To answer "How unique am I?" I need a large, representative dataset of fingerprints collected over time and ideally weighted by how often real websites use each feature. That would require running an backend and database. It’s something I…
Re: Show HN: Explore what the browser exposes about you
#89Am I missing something? That doesn’t math the way math should math.
Re: Show HN: Explore what the browser exposes about you
#90I think it even included if your computer was on a desk or moving / shaking, I really want to re-find that.
I know many things have changed with browsers auto sending data, some things are more private and many things are less private.
Someone collab with me on a couple of blog posts about then vs now and examples of what could be inferred by combing data.