1. Protecting Customer PII
Data AnalystBackground
An analyst needs to share a customer feedback report with an external agency but must hide email addresses and phone numbers.
Problem
The file contains sensitive contact information that cannot be exposed in plain text.
How to use
Upload the file, select 'AES Encryption', enter a strong key, and specify 'Email,Phone' in the fields to encrypt.
encryptionMethod: aes, selectedFields: Email,Phone, encryptionKey: [YourSecureKey]Outcome
The resulting Excel file contains the original data, but the Email and Phone columns are fully encrypted and unreadable without the key.