Most browsers leave fingerprint that can ID users

Status
Not open for further replies.

Osiris

Golden Master
Messages
36,817
Location
Kentucky
The vast majority of people surfing the web leave behind digital fingerprints that can be used to uniquely identify them, research released Monday by the Electronic Frontier Foundation suggests.
Using a website that compares visitors' browser configurations to a database of almost 1 million other users, EFF researchers found that 84 percent of visitors used setting combinations that were unique. When The Register visited the site using Firefox, it received a message that read: "Your browser fingerprint appears to be unique among the 837,411 tested so far." (Turning off javascript and Java with the NoScript plugin didn't change the results we got on one test PC, but on a second machine, use of NoScript significantly increased the number of browsers with the same fingerprint.)


EFF said that its logs are anonymized, but there's nothing stopping the organization - or indeed, any website in the world - from constructing a database of digital fingerprints belonging to each person who visits the site.

"In fact, several companies are already selling products that claim to use browser fingerprinting to help websites identify users and their online activities," EFF Senior Staff Technologist Peter Eckersley said in a release. "This experiment is an important reality check, showing just how powerful these tracking mechanisms are."
EFF's "panopticlick" website examines user agents, HTTP_ACCEPT Headers and dozens of other browser characteristics to calculate how many other visitors to the site displayed the same combination of settings. It then offers a variety of steps users can take to prevent their browser from displaying unique traits that can be tracked.
A PDF of the EFF's whitepaper is here

Most browsers leave fingerprint that can ID users ? The Register
 
It doesnt really finger print anyone. This information isnt really new either. It is what is known as the browser ID String. It is what web site coders have been using for, well pretty much since the inception of the internet, to code their sites and know which browser was being used so that their code could be applied for that specific browser.

Back in teh beginning when browsers first started off IE and Netscape were the main browsers. But they both read code differently and showed the user the same exact line of code 2 different ways. So what coders did was use the Browser ID String to see which browser was in use so that they could implement the proper code for the proper browser.

That same technique has been used ever since. That is how you can get those stupid images that tell you what browser your running and what OS you are using. That is all contained in the Browser ID String. It isnt hard to trick it, all you have to do is mask the ID String.
 
Status
Not open for further replies.
Back
Top Bottom