Numeric String Key
Generates unique numeric strings of the same length as the input value.
For example, for the input value 123456
, the output value would be something like 832957
.
You can apply this generator only to columns that contain numeric strings.
Characteristics
Consistency | Yes, can be made self-consistent. |
Linking | No, cannot be linked. |
Differential privacy | No |
Data-free | No |
Allowed for primary keys | Yes |
Allowed for unique columns | Yes |
Uses format-preserving encryption (FPE) | Yes |
Privacy ranking |
|
Generator ID (for the API) |
How to configure
To configure the generator, toggle the Consistency setting to indicate whether to make the generator self-consistent.
By default, the generator is not consistent.
If Structural data encryption is enabled, then to use it for this column, toggle Use data encryption process to the on position.
Last updated