How to Encrypt CSV
- 1Upload the CSV you want to protect.
- 2Enter a password of at least eight characters.
- 3The file is encrypted with AES-GCM using a fresh random salt and IV.
- 4Store the .enc file and share the password through a separate channel.
Security · browser workspace
Password-protect CSV files using AES-GCM encryption entirely in your browser. PBKDF2 key derivation, random salt and IV, zero uploads.
Quick start
Everything runs in your browser, so you can test the workflow with sample data when available before using production files.
Output: A new file or report produced locally in your browser.
The file cannot be recovered — there is no backdoor or server-side copy. Keep passwords in a manager.
Anyone with our Decrypt tool and the password. Recipients open it in their own browser; the plaintext never exists on any server.
PBKDF2 raises the cost of guessing, but short passwords still fall to brute force. Use long passphrases for valuable data.
Use the symptom-specific walkthrough before changing a production file.