Google Cloud DLP 中的编辑是否可逆?

Is Redaction in Google Cloud DLP reversible?

我找不到关于 Google 提到它的文档的信息。我发现这个说:

If you want to simply remove sensitive data from your input content, Cloud DLP supports a redaction transformation (RedactConfig in the DLP API).

来源:Google Doc

remove是删除且不可逆的意思吗?

Cloud DLP 支持密文转换

Cloud DLP 确实支持一组可逆匿名化技术。

https://cloud.google.com/dlp/docs/transformations-reference

查看“可以反转”专栏

密文删除指定要删除的数据部分且不可逆。

选择 de-identification 转换取决于您要 de-identify 的数据和 de-identify 处理数据的目的。

Cloud DLP 支持一些 de-identification 技术,其中

Redaction 用于删除全部或部分检测到的敏感数据 value.If 您只想从输入中删除敏感数据,Cloud DLP 支持编辑转换(DLP 中的 RedactConfig API).

redactConfig

指定 redactConfig 通过完全删除给定值来编辑它。 redactConfig 消息没有参数;指定它会启用它的转换。

Crypto-based 令牌化 使用加密密钥对原始敏感数据进行加密。 Cloud DLP 支持多种类型的标记化,包括可以反转的转换,或“re-identified”。

可以使用 content.reidentify 方法将可逆转换逆转为 re-identify 敏感数据。

有关 Crypto-based tokenization 的更多信息,请参阅 link。