What is canvas fingerprinting?
Websites ask your browser to draw hidden shapes and text, then read subtle pixel differences caused by your GPU, drivers, and fonts — a stable tracking ID without cookies.

How it works
Canvas fingerprinting renders text and graphics on an HTML5 canvas, exports the bitmap, and hashes the result. The hash often stays stable across visits on the same device.
Privacy browsers may block the API, randomize pixels between draws, or return blank output. Our analysis shows whether a canvas hash was collected and whether two draws differ.
Anti-fingerprinting guide · Hub
Test your canvas fingerprint
Test your canvas fingerprint