Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source: AudioContext Information #642

Open
chris124567 opened this issue Apr 13, 2021 · 3 comments
Open

Source: AudioContext Information #642

chris124567 opened this issue Apr 13, 2021 · 3 comments

Comments

@chris124567
Copy link

The AudioContext API reveals information such as sample rate, number of audio inputs, number of audio outputs, and other channel information. I have seen scripts such as Maxmind and Augur that utilize this information.

I wrote some some code to get this information. Comparing across browsers, Firefox's results seems to be identical to Chrome's aside from the maxChannelCount. However, my iOS 13 iPhone has many differing properties compared with desktop Chrome, which seems to suggest some level of entropy. I think this data is largely stable but I am unsure whether it adds enough entropy to be considered as a source. This source seems to be good enough for Maxmind but I was wondering if you had looked into this source before or had any additional insight on its effectiveness as a fingerprinting signal.

@Finesse
Copy link
Member

Finesse commented Apr 13, 2021

Hi Christopher, thank you for your research. The AudioContext API is in our backlog. Here are a couple more links:

I've found out that it can get some entropy from device hardware and software in desktop Chrome. We need to conduct some additional researches before including the source into FingerprintJS.

@chris124567
Copy link
Author

That's what I figured - it's difficult to rigorously test these things unless you've got lots of devices and configurations to compare. Thanks

@Finesse
Copy link
Member

Finesse commented Apr 13, 2021

We have BrowserStack and multiple own devices

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants