Welcome to the world of FingerprintJS open source software. This is the home repository where you can get up to speed in minutes. In the wiki section of this repository, you can find the best practices and guidelines for open-source projects.
FingerprintJS is a browser fingerprinting library that queries browser attributes and computes a hashed visitor identifier from them. Unlike cookies and local storage, a fingerprint stays the same in incognito/private mode and even when browser data is purged.
Fingerprint Pro offers highly accurate browser fingerprinting technology (99.5%) and is used by over 8,000 websites. It can verify legitimate users and block fraudsters even if they use VPNs, browse in incognito mode, clear their cookies, or use other methods to hide their identity. Fingerprint Pro helps companies prevent fraud, improve user experiences, and better understand their traffic.
Fingerprint Pro builds on the FingerprintJS browser fingerprint library to provide up to 99.5% accurate device identification. Key capabilities include:
- Cookie and local storage management - Leverages cryptographically signed cookies and local storage to reliably associate visitor identifier values with fingerprintable attributes.
- Server-side analysis and machine learning - Provides a holistic view of all attributes and layers to generate the most stable and accurate visitor ID.
- Storage and deduplication - Collects multiple attributes to do fuzzy matching and handle browser and OS upgrades.
- Native iOS and Android libraries - Enables accurate iOS and Android application user identification with the native platform-specific library, or with the webview integration. These integrations work together with Fingerprint Pro API.
- fingerprintjs-android - open-source library for Android device identification.
- fingerprintjs-ios - open-source library for iOS device identification.
Botd is a browser JavaScript library for bot detection that enables you to detect bots and browser automation tools in your web applications. The BotD integrations repository contains examples of integrations with cloud platforms.
GradeJS allows you to analyze JavaScript bundles without having access to the source code of the website. GradeJS analyzes the content of the bundles and returns the list of the used packages with detailed information about the package. The tool can detect packages even in minified and tree-shaken bundles.
- fingerprinthub.com - Open-source demos of various Fingerprint Pro use cases including payment fraud prevention, promotion abuse prevention, credential stuffing protection, paywall metering, personalization, bot detection and more.
Open-source libraries that make it easy to integrate Fingerprint Pro into your application. Each library contains an example application:
Open-source libraries that make it easy to use Fingerprint Pro Server API:
- blog-nojs-fingerprint-demo - A fingerprint that works without JavaScript and cookies.
- external-protocol-flooding - The source code of the demo for external protocol flooding vulnerability. Allows arbitrary websites to gather information about installed applications on a victim's computer to perform reliable tracking across different desktop browsers.
- blog-adblocker-fingerprinting-demo - Interactive demos for an ad blocker fingerprint article.
- blog-audio-fingerprinting-demo - Interactive audio signal charts for an audio fingerprint article.
- blog-apple-id-region-detection - Interactive demo showing detection of apple ID region using smart app banners.