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
An open source framework for security assessments of iOS apps, now decommissioned in favor of Objection.
Detects and handles potential malware in Microsoft Exchange 2019 messages with various techniques and third-party libraries.
A Python tool for patching Dalvik bytecode in DEX files and assisting in Android application analysis
Industrial control system automation and testing tool for SCADA security testing.
Runtime mobile exploration toolkit powered by Frida for assessing mobile app security without jailbreak.
Alternative marketplace for mobile applications with package ID metadata retrieval and APK download capabilities.
StegSolve is a steganography analysis tool with image analysis features.
PINNED
InfoSecHired
An AI-powered career platform that automates the creation of cybersecurity job application materials and provides company-specific insights for job seekers.
Fabric Platform by BlackStork
Fabric Platform is a cybersecurity reporting solution that automates and standardizes report generation, offering a private-cloud platform, open-source tools, and community-supported templates.
Mandos Brief Newsletter
Stay ahead in cybersecurity. Get the week's top cybersecurity news and insights in 8 minutes or less.
System Two Security
An AI-powered platform that automates threat hunting and analysis by processing cyber threat intelligence and generating customized hunt packages for SOC teams.
Aikido Security
Aikido is an all-in-one security platform that combines multiple security scanning and management functions for cloud-native applications and infrastructure.
Permiso
Permiso is an Identity Threat Detection and Response platform that provides comprehensive visibility and protection for identities across multiple cloud environments.
Wiz
Wiz Cloud Security Platform is a cloud-native security platform that enables security, dev, and devops to work together in a self-service model, detecting and preventing cloud security threats in real-time.
Adversa AI
Adversa AI is a cybersecurity company that provides solutions for securing and hardening machine learning, artificial intelligence, and large language models against adversarial attacks, privacy issues, and safety incidents across various industries.