FP-Controlink: Studying browser fingerprinting in a controlled environment to develop a linking algorithm for web authentication
收藏资源简介:
<pre>This archive is made of 4 elements: - `controlled_environment_scripts`: folder containing our scripts arborescence to run browsers on a device, - `controlled_environment_data`: the fingerprints we collected on the controlled environment, - `fingerprints_collection_js_script`: folder which contains the script to collect the fingerprint for our experiment, and a demo page that loads the script, collect the fp of the device and print it both on the console and on the page. The script.js has be transpiled using babel to run on old browsers. Our code runs from Firefox version 29 which is the first version that supports the promises which are necessary for some fingerprint attributes, - `linking_algorithm`: the linking algorithm implementation. </pre>



