Skip to content

Fingerprint generated from webgl capabilities (hardware) using html canvas.

Notifications You must be signed in to change notification settings

AFwcxx/webgl-detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebGL fingerprint

WebGL canvas fingerprint algorithm implementation in JavaScript. Based on WebGL 2.0 (OpenGL ES 3.0) parameters and the values are hashed with SHA-256.

Detect your browser:

$ npm ci
$ npm start

Open http://127.0.0.1:8080 in your browser.

Use it in your code:

import { webgl } from './webgl.js'

const w = await webgl();
console.log("Fingerprint", w.fingerprint);

About

Fingerprint generated from webgl capabilities (hardware) using html canvas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published