Canvas faking single pixel #514
CookingRoberta
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I'm not completely sure what you want to suggest. What do you mean by "non isolated pixel"? CB already changes the pixels to slightly different colours. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a novice to canvas fingerprinting and to JavaScript as well. Still I wanted to review one possible way of faking a single non isolated pixel of a canvas to a very similar value say (0,0,0) black should become (0,0,1). Similar for transparent pixels.
According to the document "FP-Scanner: The Privacy Implications of BrowserFingerprint Inconsistencies" I found in #206 this kind of faking is impossible to detect.
Is this doable, and smart? Or I am missing something, maybe they use single image and fragment that image into 32 smaller images to fingerprint for each part. This way this simple technique cannot work.
Beta Was this translation helpful? Give feedback.
All reactions