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

A search engine for the Internet of Things (IoT) that discovers and monitors devices connected to the internet.

Inspeckage is a dynamic analysis tool for Android applications offering insights into app behavior and real-time monitoring capabilities.

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

FSquaDRA is a tool for detection of repackaged Android applications based on Jaccard similarity computation over digests of files.

StegSolve is a steganography analysis tool with image analysis features.

Verify scripts and executables to mitigate chain of supply attacks.

A security checklist app for your Mac that helps you with basic security hygiene and prevents 80% of problems.

PHP Script demonstrating a smart honey pot for email form protection.

CyberSecTools logoCyberSecTools

Explore the largest curated directory of cybersecurity tools and resources to enhance your security practices. Find the right solution for your domain.

Copyright © 2024 - All rights reserved