Search
K
Links

Random Hash (RandomStringGenerator)

The Random Hash generator generates a random hash string.
The Random Hash generator does not support linking or consistency. You cannot configure differential privacy.
There is no generator-specific configuration.
{
"generatorId": "RandomStringGenerator",
"schema": "string",
"table": "string",
"column": "string",
"dataType": "string", //MongoDB only
"metadata": {},
"encryptionProcessor": "x-on", //To use configured Tonic data encryption
"customValueProcessor": "string" //If custom value processor applied
}

Example replacement

Here is an example replacement for the Random Hash generator.
{
"name": "key",
"schema": "public",
"table": "cohorts",
"links": [
{
"generatorId": "RandomStringGenerator",
"schema": "public",
"table": "cohorts",
"column": "key",
"metadata": {}
}
]
}