🧬 Browser Fingerprint Check

Even without cookies, websites can identify you by combining dozens of small signals your browser exposes β€” canvas rendering quirks, GPU, fonts, audio stack, screen size, timezone, and more. This page computes the same signals and a single SHA-256 hash, entirely in your browser.

🧾 Analyze User-Agent
Collecting signals…

What counts as "fingerprinting"?

Fingerprinting is reading signals that are individually common, but together add up to a near-unique identifier. Each signal contributes some entropy (bits of uniqueness). On a typical desktop browser the combined entropy is enough to distinguish one in millions.

How to reduce fingerprintability

FAQ

Do you send my fingerprint anywhere?

No. All computation happens in your browser. The hash is never transmitted to our servers.

Why does my hash change when I resize the window?

Viewport size is one of the signals. Resizing changes it, which changes the hash. Sites that fingerprint usually use a reduced set of stable signals instead.

Can I use this hash to stop tracking?

No β€” knowing your hash doesn't prevent a site from recomputing it. Use anti-fingerprinting browser modes and extensions (see above).