1. Anonymizing Customer Emails
Data AnalystBackground
A marketing team needs to analyze customer purchase behavior but cannot view actual email addresses due to privacy policies.
Problem
The email column contains plain-text addresses that must be obfuscated before the file is shared with the analytics team.
How to use
Upload the CSV, select 'SHA-256 Hash' as the method, and enter 'Email' in the fields to encrypt.
encryptionMethod: hash, selectedFields: Email, preserveStructure: trueOutcome
The email column is replaced with unique, irreversible hashes, allowing for trend analysis without exposing customer identities.