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,726在 GitHub 上查看↗

    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,737在 GitHub 上查看↗

    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,151在 GitHub 上查看↗

    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,022在 GitHub 上查看↗

    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,196在 GitHub 上查看↗

    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,297在 GitHub 上查看↗

    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,995在 GitHub 上查看↗

    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,299在 GitHub 上查看↗

    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,706在 GitHub 上查看↗

    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.