Bytebase Docs home page
Search...
⌘K
Ask AI
GitHub
bytebase.com
bytebase.com
Search...
Navigation
Dynamic Data Masking
Masking Algorithm
Get Started
Database CI/CD
SQL Editor
Administration
Integrations
Tutorials
API Reference
Changelog
SQL Editor
Overview
Query
Admin Mode
Data Masking
Manage SQL Scripts
Schema Diagram
AI Assistant
Settings
Database Permission
Overview
Grant Access
Request a Role
Role Expiration Reminder
One-Time Export
Dynamic Data Masking
Overview
Semantic Types
Masking Algorithm
Global Masking Rule
Data Classification
Column Masking
Masking Exemption
On this page
Full mask
Range mask
MD5 mask
Inner / Outer mask
Dynamic Data Masking
Masking Algorithm
Copy page
Copy page
You may customize your data masking algorithm with the help of a predefined masking type while
creating a semantic type
.
Full mask
Mask the entire value and show
Substitute
value.
Range mask
Mask several characters of a string and replace them with
Substitute
value.
MD5 mask
Use MD5 algorithm together with
Salt
value to hash.
Inner / Outer mask
Inner mask: Mask
123456
to format like
12**56
,
1***56
.
Outer mask: Mask
123456
to format like
**34**
,
*23***
.
Was this page helpful?
Yes
No
Semantic Types
Global Masking Rule
Assistant
Responses are generated using AI and may contain mistakes.