An open API service indexing awesome lists of open source software.

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

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.