Key Facts
- Category
- Security
- Input Types
- file, select, text, number, checkbox
- Output Type
- file
- Sample Coverage
- 4
- API Ready
- Yes
Overview
The Excel Field-Level Encryptor is a secure utility designed to protect sensitive data within your spreadsheets by applying various encryption and obfuscation methods to specific columns or entire datasets.
When to Use
- •When preparing sensitive customer or employee data for sharing with third parties.
- •When you need to mask personally identifiable information (PII) to comply with GDPR or internal privacy policies.
- •When you want to secure specific columns like SSNs, emails, or phone numbers while keeping other spreadsheet data readable.
How It Works
- •Upload your Excel file and specify the worksheet index you wish to process.
- •Select your preferred encryption method, such as AES for high security or Base64 for simple encoding.
- •Define the specific fields or columns you want to encrypt, or leave blank to secure the entire sheet.
- •Choose your output format and download the processed file with your data protected.
Use Cases
Examples
1. Protecting Customer PII
Data Analyst- Background
- 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.
- Example Config
-
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.
2. Obfuscating Internal IDs
Database Administrator- Background
- A developer needs to provide a sample dataset to a vendor but wants to prevent the vendor from identifying real user accounts.
- Problem
- User IDs and internal account numbers are sensitive and should not be shared in clear text.
- How to Use
- Upload the dataset, select 'Base64 Encoding' or 'Caesar Cipher', and process the entire sheet.
- Example Config
-
encryptionMethod: base64, hasHeader: true - Outcome
- The user IDs are transformed into encoded strings, preventing unauthorized identification while maintaining the structure of the data for testing.
Try with Samples
xml, xlsx, xlsRelated Hubs
FAQ
Is my data stored on your servers?
No, your files are processed in memory and are not stored or retained after the operation is complete.
Which encryption method is the most secure?
AES encryption is the industry standard for secure data protection and is recommended for sensitive information.
Can I encrypt only specific columns?
Yes, you can specify individual column names in the 'Fields to Encrypt' option to target only the sensitive data.
What happens if I forget my AES encryption key?
If you use AES, the encryption is irreversible without the key. Please ensure you save your key securely.
Does this tool support both .xls and .xlsx files?
Yes, the tool supports both modern .xlsx and legacy .xls spreadsheet formats.