You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
IoTgod 72dba515ba compress image 5 years ago
..
.gitignore add reg 5 years ago
LICENSE compress image 5 years ago
README.md add reg 5 years ago
fp.js update fp 5 years ago
fp.js.map update fp 5 years ago
index.html video moudle update 5 years ago

README.md

fp

wow~ ⊙o⊙ Such a smart fingerprint generator that I don't even need a cookie anymore~

What is fp?

fp is a smart js which can generate an unique 'fingerprint' for each visitor basing on visitor's device and your domain.
With the help of fp you can easily identify who is visiting your website.
Basing on fp, it becomes possible to release your whole site from cookie which is considered unsafe for user's privacy.

Quick start

Click here to see how it works!

How to use fp?

To use fp, you must include the fp.js first.
The generated fingerprint is stored in global variabel fp.
A simple example:

<script type="text/javascript" src="https://cdn.yimian.ac.cn/fp/fp.js"></script>
<script type="text/javascript">alert(fp);</script>