Function | Random masking | Consistent masking | Bijective masking | Input data validation |
---|---|---|---|---|
Replace all |
|
|
|
|
Replace n first chars |
|
|
|
|
Replace n last chars |
|
|
|
|
Replace characters between two positions |
|
|
|
|
Replace all letters |
|
|
|
|
Replace all digits |
|
|
|
|
Keep n first digits and replace following ones |
|
|
|
|
Keep n last digits and replace following ones |
|
|
|
|
Keep characters between two positions |
|
|
|
|
Remove n first chars |
|
|
|
|
Remove n last chars |
|
|
|
|