|
|
|
|
|
by sshumaker
824 days ago
|
|
It seems like rather than adding a random amount to each sample (which lets them compute a mean by recreating the same audio and extracting out the differences), Safari could instead add randomness that is based on a key that rotates every hour. (Function of audio sample and key, so the noise would be the same in a given session, but useless for tracking an hour later). |
|
Fixing this would require removing the information leak entirely, not just masking it under a layer of random deviations.