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

https://github.com/lemon-mint/cfpjs

Canvas fingerprinting library
https://github.com/lemon-mint/cfpjs

Last synced: 3 months ago
JSON representation

Canvas fingerprinting library

Awesome Lists containing this project

README

        

# cfpjs

Insanely fast and accurate browser fingerprinting library

# Use Cases

- Encryption key for auto login cookie
- User return visit analysis

# How to use

``` html

```

``` javascript
cfp3js().then((v)=>{
console.log("fp:", v);
})
```

[DEMO V1](https://raw.githack.com/lemon-mint/cfpjs/main/v1.html)

[DEMO V2](https://raw.githack.com/lemon-mint/cfpjs/main/v2.html)

[DEMO V3](https://rawcdn.githack.com/lemon-mint/cfpjs/0719f40f2cb071fae612b4e6232d4ea71e76dd12/v3.html)