[flagged]
Bypassing Safari 17's advanced audio fingerprinting protection
21–30 of 266 posts
Re: Bypassing Safari 17's advanced audio fingerprinting protection
#22Did 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?
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.
Re: Bypassing Safari 17's advanced audio fingerprinting protection
#23[flagged]
Re: Bypassing Safari 17's advanced audio fingerprinting protection
#24[flagged]
Re: Bypassing Safari 17's advanced audio fingerprinting protection
#25Re: Bypassing Safari 17's advanced audio fingerprinting protection
#26Earlier quoted context omitted.
This has nothing to do with the microphone...
Then where are these audio samples coming from?
Re: Bypassing Safari 17's advanced audio fingerprinting protection
#27Can 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
#28Can anyone explain why the results are different to begin with? E.g. why is this audio fingerprinting even possible in the first place?
TL;DR different codepaths even within the same codebase (e.g. SIMD variants) can result in subtly different floating point results (iiuc, likely related to to the fact that floating point math is unexpectedly sensitive to order of operations etc.)
Re: Bypassing Safari 17's advanced audio fingerprinting protection
#29Earlier quoted context omitted.
Then where are these audio samples coming from?
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.