Function | Random masking | Consistent masking | Format-preserving encryption | Input data validation |
---|---|---|---|---|
Replace all |
|
|
|
|
Replace first n chars |
|
|
|
|
Replace last n chars |
|
|
|
|
Replace characters between two positions |
|
|
|
|
Replace all letters |
|
|
|
|
Replace all digits |
|
|
|
|
Keep first n digits and replace following ones |
|
|
|
|
Keep last n digits and replace following ones |
|
|
|
|
Keep characters between two positions |
|
|
|
|
Remove first n chars | N/A | N/A | N/A | N/A |
Remove last n chars | N/A | N/A | N/A | N/A |
Remove characters between two positions | N/A | N/A | N/A | N/A |