awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesVisitor Identifier Linking

Maps browser fingerprints to external analytics IDs for consistent cross-session tracking.

Distinct from Visitor Identification: Focuses on linking identifiers, distinct from general visitor identification.

Explore 6 awesome GitHub repositories matching user interface & experience · Visitor Identifier Linking. Refine with filters or upvote what's useful.

Awesome Visitor Identifier Linking GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • fingerprintjs/fingerprintjsAvatar von fingerprintjs

    fingerprintjs/fingerprintjs

    27,334Auf GitHub ansehen↗

    Fingerprint is a visitor identification and fraud detection platform that generates persistent, unique identifiers by analyzing browser and device attributes. By extracting technical signals from the client environment, it enables reliable user tracking across sessions without relying on traditional cookies. The platform distinguishes itself through its focus on high-accuracy identification and security-first architecture. It employs edge-side proxying to bypass ad-blockers and privacy restrictions, ensuring consistent data collection. To maintain data integrity, it uses cryptographic payload

    Prevents sensitive data exposure by returning temporary tokens that require server-side exchange.

    TypeScriptaudio-fingerprintingbrowserbrowser-fingerprint
    Auf GitHub ansehen↗27,334
  • invoiceninja/invoiceninjaAvatar von invoiceninja

    invoiceninja/invoiceninja

    9,841Auf GitHub ansehen↗

    Invoice Ninja is a professional billing and invoicing platform designed for managing clients, projects, and financial records. It serves as a multi-currency billing system and time tracker available as both a cloud-based application and a self-hosted suite. The platform distinguishes itself through comprehensive support for regional taxes, diverse currency formats, and automated exchange rate updates. It includes dedicated cross-platform mobile and desktop applications to manage business data across different operating systems. The software covers the end-to-end financial lifecycle, includin

    Replaces sequential integer primary keys with hashed strings in the API to hide internal database record counts.

    PHP
    Auf GitHub ansehen↗9,841
  • vendurehq/vendureAvatar von vendurehq

    vendurehq/vendure

    7,924Auf GitHub ansehen↗

    Vendure is a Node.js e-commerce engine and headless commerce framework built with NestJS and TypeScript. It serves as a multi-channel commerce platform that manages product catalogs, orders, and customers via a strongly typed GraphQL API. The platform is distinguished by its highly extensible architecture, featuring a customizable administrative dashboard where developers can inject custom React components and entity views. It supports multi-channel commerce, allowing the isolation of products, currencies, and regional catalogs from a single unified backend. The engine covers a broad range o

    Prevents leakage of business metrics by replacing sequential database primary keys with UUIDs in API responses.

    TypeScriptecommerceecommerce-apiecommerce-framework
    Auf GitHub ansehen↗7,924
  • zgoat/goatcounterAvatar von zgoat

    zgoat/goatcounter

    5,755Auf GitHub ansehen↗

    Goatcounter is a privacy-focused web analytics platform designed to be self-hosted on your own infrastructure. It collects visitor statistics like page views, browser information, location, screen size, and referring sites without using cookies or storing any personal data, identifying unique visits through a non-identifiable hash derived from browser and network data. The platform distinguishes itself by offering multiple tracking methods that respect user privacy, including a lightweight JavaScript snippet, an image-based tracking pixel for environments without JavaScript, and the ability t

    Distinguishes repeat visitors by a non-identifiable hash derived from browser and network data, avoiding personal tracking.

    Go
    Auf GitHub ansehen↗5,755
  • arp242/goatcounterAvatar von arp242

    arp242/goatcounter

    5,753Auf GitHub ansehen↗

    Goatcounter is a self-hosted web analytics platform that collects visitor statistics without cookies, personal data, or persistent identifiers. It uses privacy-preserving techniques like anonymous session hashing to count page views and visits, and can be deployed on your own infrastructure using a binary or Docker container with SQLite or PostgreSQL storage. The platform offers multiple data collection methods, including a lightweight JavaScript snippet, an image-based tracking pixel for environments where scripts are blocked, and server log file parsing from nginx, Apache, Caddy, or CloudFr

    Creates a temporary session identifier from site ID, User-Agent, and IP without storing personal data.

    Goanalyticsgogolang
    Auf GitHub ansehen↗5,753
  • vinkla/hashidsAvatar von vinkla

    vinkla/hashids

    5,436Auf GitHub ansehen↗

    Hashids ist eine PHP-Bibliothek für die reversible Transformation numerischer und hexadezimaler Datenbank-IDs in nicht-sequenzielle, maskierte alphanumerische Identifikatoren. Sie fungiert als Werkzeug, um numerische Datenbank-IDs in kurze Strings zu enkodieren und diese wieder in ihre ursprünglichen Werte zu dekodieren. Das Projekt konzentriert sich darauf, interne Datenbank-Primärschlüssel und sequenzielle Datensatz-Zählungen in öffentlichen URLs zu verbergen, um Data-Scraping und Offenlegung zu verhindern. Es nutzt ein geheimes Salt für deterministisches Mapping und unterstützt anpassbare Zeichensätze, um eindeutige Identifikatoren über verschiedene Projekte hinweg zu gewährleisten. Die Bibliothek bietet Utilities für die Obfuskation sowohl numerischer als auch hexadezimaler IDs und ermöglicht die Generierung maskierter Identifikatoren, die für eine sichere Datenhandhabung in ihr ursprüngliches Format zurückversetzt werden können.

    Hides primary keys from end users by converting integers into non-sequential, YouTube-like identifiers.

    PHPcomposer-packagesdatabase-idsencoding
    Auf GitHub ansehen↗5,436
  1. Home
  2. User Interface & Experience
  3. Visitor Identification
  4. Visitor Identifier Linking

Unter-Tags erkunden

  • Identifier Obfuscation1 Sub-TagTechniques for masking sensitive identifiers using temporary event tokens. **Distinct from Visitor Identifier Linking:** Focuses on obfuscation via token exchange, distinct from general identifier linking.
  • Privacy-Preserving Visit IdentifiersDistinguishes repeat visitors by a non-identifiable hash derived from browser and network data, avoiding personal tracking. **Distinct from Visitor Identifier Linking:** Distinct from Visitor Identifier Linking: focuses on privacy-preserving hashing without persistent identifiers, not linking to external analytics IDs.