inari@piefed.zip to Technology@lemmy.worldEnglish · 12 days agoAliExpress runs silent WebAudio fingerprinting that breaks Bluetooth multipointblog.laserphile.comexternal-linkmessage-square17linkfedilinkarrow-up1225arrow-down12
arrow-up1223arrow-down1external-linkAliExpress runs silent WebAudio fingerprinting that breaks Bluetooth multipointblog.laserphile.cominari@piefed.zip to Technology@lemmy.worldEnglish · 12 days agomessage-square17linkfedilink
minus-squareRiskable@programming.devlinkfedilinkEnglisharrow-up7·12 days agoIf it’s part of a fingerprinting lib, then they just fucked it up. Because the fingerprinting can be done in one ~16ms window of time when the script runs and then you can break down the audio objects and pretend nothing happened.
minus-squarefubarx@lemmy.worldlinkfedilinkEnglisharrow-up6arrow-down1·12 days agoThis guy fingerprints. (hopefully in a good way)
minus-squareRiskable@programming.devlinkfedilinkEnglisharrow-up1·10 days agoOh gods. I leave them everywhere 🤷
minus-squarefestus@lemmy.calinkfedilinkEnglisharrow-up2·10 days agoAlso because browsers support OfflineAudioContext, which lets you do the same things but doesn’t try to output to speakers.
If it’s part of a fingerprinting lib, then they just fucked it up. Because the fingerprinting can be done in one ~16ms window of time when the script runs and then you can break down the audio objects and pretend nothing happened.
This guy fingerprints.
(hopefully in a good way)
Oh gods. I leave them everywhere 🤷
Also because browsers support OfflineAudioContext, which lets you do the same things but doesn’t try to output to speakers.