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
- Host: GitHub
- URL: https://github.com/lemon-mint/cfpjs
- Owner: lemon-mint
- License: mit
- Created: 2021-01-20T08:16:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-21T03:12:50.000Z (over 4 years ago)
- Last Synced: 2025-01-20T10:11:50.152Z (4 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)