Skip to content

Creati a unique ID based on intrinsic properties of a browser and it's parent system without saving any session or cookie data

License

Notifications You must be signed in to change notification settings

dubniczky/Browser-Fingerprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser Fingerprint

Creates a unique identifier (fingerprint) based on intrinsic properties of a browser and it's parent system without saving any session or cookie data.

Create build

Download

git clone https://gitlab.com/richardnagy/security/browser-fingerprint && cd browser-fingerprint

Install dependencies

yarn install

Build

yarn build:release

Usage

Import the dist/browser-fingerprint.js into the html page:

<script src="browser-fingerprint.js"></script>

Call the function in the javascript code

async function fp()
{
    let fingperprint = await fingerprint.run()
    console.log(fingperprint.fingerprint)
    console.log(fingperprint)
}
fp()

About

Creati a unique ID based on intrinsic properties of a browser and it's parent system without saving any session or cookie data

Topics

Resources

License

Stars

Watchers

Forks