From ddf3f42d2d32f162e64d693e96519a42e3c01b00 Mon Sep 17 00:00:00 2001 From: WuA Date: Wed, 25 May 2022 14:01:04 +0900 Subject: [PATCH] Specify no context for deterministic encryption For deterministic encryption, do not specifiy a context to avoid the following error: Re-identification failed either due to invalid context or corrupt deidentified value. Context must be equal to the value provided during de-identification. --- widgets/SensitiveRecordDecrypt-transform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/SensitiveRecordDecrypt-transform.json b/widgets/SensitiveRecordDecrypt-transform.json index 3af463d..749e606 100644 --- a/widgets/SensitiveRecordDecrypt-transform.json +++ b/widgets/SensitiveRecordDecrypt-transform.json @@ -232,7 +232,7 @@ "allowedTypes": [ "string" ], - "description": "(Optional) Provide additional field to be used as Context. If the primary value is the same but the Context field value is different then two different encrypted values will be generated." + "description": "(Optional) Provide additional field to be used as Context. If the primary value is the same but the Context field value is different then two different encrypted values will be generated. For deterministic encryption, do not specifiy a context." } } ],