Glossary

Device entropy

How much identifying information a device's reported properties carry — measured in bits, and lowered by looking ordinary rather than by hiding.

Also called: fingerprint entropy.

Entropy here is the information-theory sense: how much a value narrows down who you might be. A property shared by half the web carries one bit; a canvas hash almost nobody else produces carries twenty or more. Fingerprinting works by adding bits together — platform, language list, timezone, screen size, GPU strings, audio hash — until the combination points at one device. A handful of individually unremarkable properties can be conclusive together.

The counter-intuitive part, and the reason blocking is a poor strategy, is that refusing to answer usually raises your entropy rather than lowering it. A browser that reports no screen size is far rarer than one reporting an ordinary screen size, so the refusal itself becomes the identifier. The goal is to be unremarkable and internally consistent, not silent: a set of values that describes a plausible machine, generated together rather than scrambled field by field, since each independently random field is another chance for two of them to contradict. That is the argument in full on the fingerprints page.