[flagged]
Bypassing Safari 17's advanced audio fingerprinting protection
31–40 of 266 posts
Re: Bypassing Safari 17's advanced audio fingerprinting protection
#32Earlier quoted context omitted.
This has nothing to do with the microphone...
Then where are these audio samples coming from?
https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_A...
Re: Bypassing Safari 17's advanced audio fingerprinting protection
#33Can anyone explain why the results are different to begin with? E.g. why is this audio fingerprinting even possible in the first place?
Re: Bypassing Safari 17's advanced audio fingerprinting protection
#34Earlier quoted context omitted.
This is using differences in the audio processing pipeline of the browser, they just use some input sound which could be taken from a file. The fingerprint is the slightly different output signal when applying filters to the input signal.
How is it possible that this produces enough variations to be usable without sampling some sort of audio source? The entire pipeline is digital, there is not any room for interference.
Re: Bypassing Safari 17's advanced audio fingerprinting protection
#35Did I read this correctly and audio fingerprinting is mainly about identifiying the used browser version and OS or laptop, but it cant identify end-users in a stable way?
This is particularly a problem with big advertiser networks because they can track you across many sites you visit, even if you disable third-party cookies.
It has positive uses too, like preventing click fraud and concert ticket arbitrage.
Re: Bypassing Safari 17's advanced audio fingerprinting protection
#36Re: Bypassing Safari 17's advanced audio fingerprinting protection
#37Earlier quoted context omitted.
This is using differences in the audio processing pipeline of the browser, they just use some input sound which could be taken from a file. The fingerprint is the slightly different output signal when applying filters to the input signal.
How is it possible that this produces enough variations to be usable without sampling some sort of audio source? The entire pipeline is digital, there is not any room for interference.
Re: Bypassing Safari 17's advanced audio fingerprinting protection
#38Earlier quoted context omitted.
I think that is correct, but it still seems like an amount of leakage that could be further correlated with other another trick. There was previously a site which could indicate how globally unique your environment was (some combination of screen size, user-agent, fonts?, etc). Locking down to a specific hardware+browser configuration probably does a lot to remove anonymity.
You may be thinking of https://www.amiunique.org/fingerprint
Just being Linux + Firefox is terrible for blending into the herd. Let alone everything else that leaks (having a desktop + GPU + good monitor basically destroys all remaining hope).
Re: Bypassing Safari 17's advanced audio fingerprinting protection
#39Why am I supposed to want any website I visit to be able to render audio offline anyway?
Re: Bypassing Safari 17's advanced audio fingerprinting protection
#40Does this technique fingerprint based on hardware/driver/OS differences with audio processing, or just the browser software? I believe there are (or were, hopefully) similar techniques using that exposed differences between the underlying graphics devices.