Documentation update for obfuscation method

Example changed to reflect new algorithm output
This commit is contained in:
MassimilianoPinto
2017-07-18 11:17:14 +02:00
parent e9ad2e5627
commit 741c6d9aaf

View File

@ -218,7 +218,7 @@ The `match` value must be a valid pcre2 regular expression.
The obfuscate rule allows the obfuscation of the value The obfuscate rule allows the obfuscation of the value
by passing it through an obfuscation algorithm. 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: The minimal configuration is:
@ -234,11 +234,11 @@ Output example for Db field `name` = 'remo'
``` ```
SELECT name from db1.tbl1;` SELECT name from db1.tbl1;`
+-------+ +------+
| name | | name |
+-------+ +------+
| znffv | | $-~) |
+-------+ +------+
``` ```
#### `with` #### `with`