FingerprintJS Android Logo

FingerprintJS Android

A lightweight library for device identification and fingerprinting, written in Kotlin and 100% crash-free.

683
Visit website
Compare
Compare
0
MCPThe entire cybersecurity market, one prompt awayTry MCP Access

FingerprintJS Android Description

FingerprintJS Android is a lightweight library for device identification and fingerprinting. Fully written in Kotlin. 100% crash-free. Creates a device identifier from all available platform signals. The identifier is fully stateless and will remain the same after reinstalling or clearing application data. Table of Contents Quick start Usage Playground App Quick start 1. Add repository Add these lines to your build.gradle. allprojects { repositories { ... maven { url 'https://jitpack.io' } } } 2. Add dependency Add this to a build.gradle of a module. dependencies { ... implementation "com.github.fingerprintjs:fingerprint-android:2.1.0" } Note that the library has the following runtime dependencies: kotlin-stdlib androidx.appcompat 3. Get deviceIDs and fingerprints Kotlin // Initialization val fingerprinter = FingerprinterFactory.create(context) // Usage fingerprinter.getFingerprint(version = Fingerprinter.Version.V_5) { fingerprint -> // Use fingerprint } fingerprinter.getDeviceId(version = Fingerprinter.Version.V_5) { result -> val deviceId = result.deviceId // Use deviceId } Java // Initialization Fingerprinter finger

FingerprintJS Android FAQ

Common questions about FingerprintJS Android including features, pricing, alternatives, and user reviews.

FingerprintJS Android is A lightweight library for device identification and fingerprinting, written in Kotlin and 100% crash-free.. It is a Application Security solution designed to help security teams with Fingerprinting.

Have more questions? Browse our categories or search for specific tools.

ALTERNATIVES

Ostorlab Mobile Security Logo

Mobile security testing platform for Android and iOS apps with SAST and DAST

0
ImmuniWeb® MobileSuite Logo

ImmuniWeb MobileSuite is a mobile application penetration testing platform that combines AI-powered automation with manual security testing to assess mobile apps and their backend infrastructure for security vulnerabilities and compliance requirements.

0
ImmuniWeb® Neuron Mobile Logo

AI-enhanced mobile app security scanner for Android & iOS with SAST/DAST

0
DerScanner Mobile Application Security Testing (MAST) Logo

Mobile app security testing platform for Android and iOS apps

0
Data Theorem Mobile Protect Logo

Mobile app security testing and runtime protection platform

0

Stay Updated with Mandos Brief

Get strategic cybersecurity insights in your inbox