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