fingerprint-rs

Crates.iofingerprint-rs
lib.rsfingerprint-rs
version0.1.0
sourcesrc
created_at2024-09-01 18:43:14.935952
updated_at2024-09-01 18:43:14.935952
descriptionCreate browser fingerprints using wasm_bindgen and web_sys in rust.
homepage
repositoryhttps://github.com/sjud/fingerprint-rs
max_upload_size
id1359814
size60,890
Sam Judelson (sjud)

documentation

https://docs.rs/crate/fingerprint-rs/0.1.0/

README

fingerprint-rs

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.

Commit count: 0

cargo fmt