Crates.io | fingerprint-rs |
lib.rs | fingerprint-rs |
version | 0.1.0 |
source | src |
created_at | 2024-09-01 18:43:14.935952 |
updated_at | 2024-09-01 18:43:14.935952 |
description | Create browser fingerprints using wasm_bindgen and web_sys in rust. |
homepage | |
repository | https://github.com/sjud/fingerprint-rs |
max_upload_size | |
id | 1359814 |
size | 60,890 |
fingerprint-rs is rust library that uses wasm-bindgen to create browser fingerprints.
It uses web_sys to call browser api to find the browser fingerprint of the users device.
How to use it
let fingerprint = fingerprint_rs::FingerPrint();
It includes, webgl, canvas, audio, font fingerprinting, window, permissions, and more. If you have any issues let me know via issues.
We're currently missing a live deployment to collect enough data for base entropy values, a full fledged example, and an explanation of how to find the bits of information given mutual information and collected data.