awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 रिपॉजिटरी

Awesome GitHub RepositoriesData Masking Tools

Utilities for obscuring or encrypting sensitive information to prevent unauthorized access while preserving data utility.

Distinguishing note: Focuses specifically on field-level data protection and masking, distinct from general authentication or encryption libraries.

Explore 9 awesome GitHub repositories matching security & cryptography · Data Masking Tools. Refine with filters or upvote what's useful.

Awesome Data Masking Tools GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • frappe/erpnextfrappe का अवतार

    frappe/erpnext

    35,726GitHub पर देखें↗

    ERPNext is a comprehensive enterprise resource planning suite designed to integrate core organizational functions, including accounting, inventory, human resources, and project management, into a single unified platform. It operates as a metadata-driven business application, where data structures and application logic are defined through configuration rather than hard-coded programming to facilitate rapid customization. The system distinguishes itself through a robust security and governance framework that enforces granular, role-based access control across all document operations. It feature

    Securing private information by masking specific fields from unauthorized users while maintaining full system functionality for authorized staff members.

    Pythonaccountingasset-managementcrm
    GitHub पर देखें↗35,726
  • apache/shardingsphereapache का अवतार

    apache/shardingsphere

    20,737GitHub पर देखें↗

    ShardingSphere is a distributed SQL database middleware that provides sharding, read-write splitting, and distributed transaction management for relational databases. It functions as a layer that intercepts SQL queries to distribute data across multiple physical database instances for horizontal scaling. The project is distinguished by its ability to operate as either a standalone transparent database proxy or via direct integration as a JDBC driver. It features a SQL dialect translator that parses queries into abstract syntax trees to convert syntax between different database engines, enabli

    Hides sensitive data from users based on customizable masking algorithms without altering the stored data.

    Java
    GitHub पर देखें↗20,737
  • bytebase/bytebasebytebase का अवतार

    bytebase/bytebase

    14,151GitHub पर देखें↗

    Bytebase is a database DevSecOps platform and management console designed to orchestrate schema migrations, deployments, and security audits across multiple database engines. It serves as a SQL GitOps tool that synchronizes database states with configurations stored in Git repositories to manage infrastructure as code. The platform distinguishes itself through a multi-database management console that provides a single interface for relational and NoSQL databases. It includes a security layer for role-based access control, database activity auditing, and column-level data masking to protect se

    Obscures sensitive information using column-level masking to prevent unauthorized access to private data.

    Gocicddata-maskingdata-security
    GitHub पर देखें↗14,151
  • sbilly/awesome-securitysbilly का अवतार

    sbilly/awesome-security

    14,022GitHub पर देखें↗

    This project is a comprehensive, curated directory of cybersecurity resources, software, and documentation designed to support system and network protection. It serves as a centralized knowledge base and index for security professionals, aggregating industry-standard practices and open-source tools across a wide range of technical domains. The repository distinguishes itself by providing a structured collection of methodologies and frameworks for security operations. It covers critical areas including threat intelligence, digital forensics, infrastructure auditing, and vulnerability assessmen

    Provides utilities for obscuring or encrypting sensitive information to prevent unauthorized access while preserving data utility.

    awesome-listsecurity
    GitHub पर देखें↗14,022
  • opensearch-project/opensearchopensearch-project का अवतार

    opensearch-project/OpenSearch

    13,196GitHub पर देखें↗

    OpenSearch is a distributed search and analytics engine designed for indexing, searching, and analyzing massive volumes of structured and unstructured data in real time. It functions as a comprehensive platform that integrates enterprise-grade search capabilities, a vector database for high-dimensional similarity lookups, and a unified observability suite for monitoring logs, metrics, and traces across complex distributed environments. The platform distinguishes itself through its support for agentic workflow automation, allowing users to orchestrate multi-agent tasks and integrate foundation

    Redacts or obscures sensitive fields within search results to protect private information during analysis.

    Javaanalyticsapache2foss
    GitHub पर देखें↗13,196
  • rybbit-io/rybbitrybbit-io का अवतार

    rybbit-io/rybbit

    12,297GitHub पर देखें↗

    Rybbit is an open-source, self-hosted web analytics platform designed for comprehensive user behavior tracking and product engagement analysis. It provides a complete suite for monitoring visitor interactions, conversion funnels, and site performance, allowing organizations to maintain full ownership of their data and infrastructure. The platform distinguishes itself through a strong emphasis on privacy-compliant data collection and visual session replay capabilities. It supports advanced traffic routing through custom domains to bypass ad blockers and includes configurable masking tools to p

    Applies server-side filters to redact sensitive user information before data is stored or reported.

    TypeScriptanalyticsgoogle-analyticsproduct-analytics
    GitHub पर देखें↗12,297
  • microsoft/presidiomicrosoft का अवतार

    microsoft/presidio

    6,995GitHub पर देखें↗

    Presidio is a PII detection and anonymization framework designed to identify and mask personally identifiable information in text. It functions as a PII recognition pipeline and a data masking engine, using a combination of machine learning, regular expressions, and rule-based logic to locate sensitive entities. The system acts as an NER model orchestrator, allowing for the integration of external named entity recognition models and PII detectors to support multi-language privacy scrubbing. It employs a plugin-based recognizer architecture that can be extended with custom recognizers, deny-li

    Provides a comprehensive engine for obscuring, hashing, or encrypting sensitive information to preserve data utility.

    Pythonanonymizationdata-anonymizationdata-masking
    GitHub पर देखें↗6,995
  • coder/websocketcoder का अवतार

    coder/websocket

    5,299GitHub पर देखें↗

    This is a minimal WebSocket library for Go designed for bidirectional real-time communication. It serves as a network protocol implementation for managing handshakes, frame masking, and control signals to enable the exchange of text and binary messages over persistent connections. The library distinguishes itself by providing a connectivity layer that wraps browser WebSocket APIs for applications compiled to WebAssembly. It also functions as data compression middleware, utilizing deflate compression to reduce bandwidth usage for transmitted messages. The project covers a broad range of netwo

    Provides the required masking-key XOR transformation for secure WebSocket data transmission.

    Gogohttp2idiomatic
    GitHub पर देखें↗5,299
  • websocket-client/websocket-clientwebsocket-client का अवतार

    websocket-client/websocket-client

    3,706GitHub पर देखें↗

    This is a Python WebSocket client library designed to establish full-duplex, persistent network connections for real-time exchange of text and binary data. It functions as an asynchronous network client and a TCP socket wrapper, managing the complete lifecycle of a connection from the initial handshake to graceful closure. The implementation includes a secure WebSocket client that handles SSL/TLS encryption, certificate verification, and secure handshake protocols. It further distinguishes itself by supporting advanced connectivity options, including proxy routing via HTTP or SOCKS proxies an

    Implements the WebSocket protocol's requirement for applying XOR masking keys to frames for secure transmission.

    Pythonpythonrfc-6455websocket
    GitHub पर देखें↗3,706
  1. Home
  2. Security & Cryptography
  3. Data Masking Tools

सब-टैग एक्सप्लोर करें

  • WebSocket Frame MaskingApplying XOR masking keys to WebSocket frames to ensure security during transmission from clients to servers. **Distinct from Data Masking Tools:** Specifically implements the WebSocket protocol's masking requirement, not general PII redaction or field-level data masking.