FingerprintJS Android Logo

FingerprintJS Android

0
Free
Visit Website

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

FEATURES

ALTERNATIVES

Detect and warn about potential malicious behaviors in Android applications through static analysis.

Repository for apps to be used in Shuffle with compatibility instructions.

Python package for processing and analyzing Zeek data with Pandas, scikit-learn, Kafka, and Spark, with offloading capabilities and improved data analysis features.

A set of tools for securing JavaScript projects against software supply chain attacks.

A Graphical Realism Framework for Industrial Control Simulation organized as 5 VirtualBox VMs for realistic ICS network simulation.

A project providing a low-cost ICS testbed with affordable hardware, instructions, and attacker scenarios to facilitate learning in industrial security.

Introspy-Android is a blackbox tool for understanding Android app behavior and identifying security issues at runtime.

A comprehensive collection of wordlists for bruteforcing and password cracking, covering various hashing algorithms and sizes.

PINNED