How to Decrypt CSV
- 1Upload the .enc file you received or created earlier.
- 2Enter the password used during encryption.
- 3Decryption verifies the GCM authentication tag automatically.
- 4Download the restored plaintext CSV.
Security · browser workspace
Open HappyCSV .enc files with the correct password. AES-GCM decryption runs locally — wrong passwords fail safely without corrupting anything.
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.
Almost always a wrong password. It can also mean the file was truncated or modified in transit.
No. By design there is no recovery path, which is exactly what makes the encryption trustworthy.
No. Decryption either succeeds with the exact password or fails; it never leaks information about near-misses.