Documentation update for obfuscation method
Example changed to reflect new algorithm output
This commit is contained in:
@ -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`
|
||||||
|
Reference in New Issue
Block a user