What is MaskIO?
MaskIO Is a data mask library designed for masking sensitive information. In short, it is easy to mask the data
Just want to try it out? Skip to the Quickstart.
Feature Point
String
A variety of preset mask rules are provided to handle sensitive information in strings. Supported mask types include: full mask, bank card, number, ID number, name, email, phone number, amount, verification code, address, and more.
Structure Data
Supports recursive mask processing of objects and arrays, and each field in the object can be masked according to the configuration. The configuration item can specify mask rules or custom handlers for each field.
Match By Rules
It allows users to match specific mask rules according to field paths and flexibly process data of different structures.
Custom Rule
Users can define their own mask rules as required, and flexibly configure them using regular expressions and replacement strings.