From 741c6d9aaf9e6adaedd4bc7130b95a694fb6bb8e Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Tue, 18 Jul 2017 11:17:14 +0200 Subject: [PATCH] Documentation update for obfuscation method Example changed to reflect new algorithm output --- Documentation/Filters/Masking.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/Filters/Masking.md b/Documentation/Filters/Masking.md index a5c0f9aa2..6fe06cbb9 100644 --- a/Documentation/Filters/Masking.md +++ b/Documentation/Filters/Masking.md @@ -218,7 +218,7 @@ The `match` value must be a valid pcre2 regular expression. The obfuscate rule allows the obfuscation of the value by passing it through an obfuscation algorithm. -Current solution uses a reversible obfuscation approach. +Current solution uses a nonreversible obfuscation approach. The minimal configuration is: @@ -234,11 +234,11 @@ Output example for Db field `name` = 'remo' ``` SELECT name from db1.tbl1;` -+-------+ -| name | -+-------+ -| znffv | -+-------+ ++------+ +| name | ++------+ +| $-~) | ++------+ ``` #### `with`