What this can reveal
Browser fingerprinting combines many small signals, such as language, timezone, screen size, platform, hardware hints, cookies, storage behavior, and rendering traits. One signal is rarely enough on its own, but the combination can make a browser session easier to recognize.
This page estimates whether the visible combination looks broad, moderate, or more distinctive. A more distinctive result means the session has more browser-visible context that may help recognition when combined with IP address, account state, cookies, or site-side analytics.
What this does not do
- It does not store the demonstration fingerprint in a MyIPScan database.
- It does not send the fingerprint to a backend API.
- It treats canvas, WebGL, audio, client hints, privacy signal, and font checks as supporting evidence, not separate verdicts.
- It does not prove that another website will see the same value.
Methodology
How this demo works
The overview script reads standard browser APIs for user agent, language, timezone, screen size, platform, hardware concurrency, optional device memory, Do Not Track, Global Privacy Control, cookies, and local storage availability. It computes a local SHA-256 session fingerprint estimate when browser crypto is available, with a deterministic local fallback otherwise.
The supporting checks are browser-only pages for canvas rendering, WebGL capability values, offline audio rendering, Client Hints, privacy preference signals, and a small font measurement set. The check does not call a backend, does not store the value, and removes the temporary local-storage test key immediately. Read the MyIPScan methodology for broader limitations.