https://github.com/devincarr/canvas-fingerprinting
Example implementation of HTML5 Canvas Fingerprinting
https://github.com/devincarr/canvas-fingerprinting
Last synced: 10 days ago
JSON representation
Example implementation of HTML5 Canvas Fingerprinting
- Host: GitHub
- URL: https://github.com/devincarr/canvas-fingerprinting
- Owner: DevinCarr
- License: mit
- Created: 2019-01-08T06:25:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T05:35:08.000Z (over 7 years ago)
- Last Synced: 2025-03-06T18:49:40.712Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://devincarr.com/canvas-fingerprinting
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Canvas Fingerprinting
Canvas Fingerprinting is fully explained by [this paper](https://hovav.net/ucsd/dist/canvas.pdf). This
website is just an attempt to explain it in more detail with step-by-step and demos.
## Also
[Fingerprintjs2](https://github.com/Valve/fingerprintjs2) is also a great library that utilizes many
different browser fingerprinting techniques into one big entropy function.
- Also the where I borrowed the Murmur hash implementation from.