Open-Source Python Middleware for Digital Fingerprinting
Project description
FP-Devicer
Developed by Gateway Corporate Solutions LLC
FP-Devicer is a digital fingerprinting middleware library designed for ease of use and near-universal compatibility with servers.
Importing and using the library to compare fingerprints between users is as simple as collecting some user data and running the calculateConfidence function.
from devicer.confidence import calculate_confidence
user1, user2 = {
"""Collected data goes here"""
}
const confidence = calculate_confidence(user1, user2)
The resulting confidence will range between 0 and 100, with 100 providing the highest confidence of the users being identical.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file devicer_py-0.1.4.tar.gz.
File metadata
- Download URL: devicer_py-0.1.4.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a449045f2fc1f2a17a1d90a1b99f26c825de1b0a0fca3f8b8043099ef6775c4c
|
|
| MD5 |
0fc734cc1c0d31210d60fb843f860d94
|
|
| BLAKE2b-256 |
a92441142211a61a2939a91fd623ec6736c4bb6fd9ea1a55c9ce317b048b00a2
|
File details
Details for the file devicer_py-0.1.4-py3-none-any.whl.
File metadata
- Download URL: devicer_py-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
797a9959e34c157ad1de33fa866c0c2f5761fcb08308c13c7c00be3d4e4ce688
|
|
| MD5 |
002371eae45d801f03f8472d67633dff
|
|
| BLAKE2b-256 |
552404cc60b65201b3b8e874a482831b4465931192117b0ae485902f96f7e52e
|