You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloud/guides/security/data_masking.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ keywords: ['data masking']
9
9
# Data masking in ClickHouse
10
10
11
11
Data masking is a technique used for data protection, in which the original data is replaced with a version of the data which maintains its format and structure while removing any personally identifiable information (PII) or sensitive information.
12
+
12
13
This guide shows you how you can mask data in ClickHouse.
13
14
14
15
## Use string replacement functions {#using-string-functions}
0 commit comments