Your customer support tool logs all email and chat conversations to Cloud Bigtable for retention and analysis. What is the recommended approach for sanitizing this data of personally identifiable information or payment card information before initial storage?
- AHash all data using SHA256
- BEncrypt all data using elliptic curve cryptography
- CDe-identify the data with the Cloud Data Loss Prevention API (correct answer)
- DUse regular expressions to find and redact phone numbers, email addresses, and credit card numbers
Reveal answer & explanationHide answer
The correct answer is C. Option C: De-identify the data with the Cloud Data Loss Prevention API.