How to Hash Data
- 1Upload your CSV file
- 2Select columns to hash and hash algorithm
- 3Download CSV with hashed values
Security · browser workspace
Replace selected CSV cell values with SHA-1, SHA-256, SHA-384, or SHA-512 hashes locally in your browser. Review pseudonymization risks.
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.
This tool hashes selected cell values so matching inputs can be compared without retaining the original text in the output. Unsalted hashes may still be guessed with a dictionary.
Hashes are one-way, but predictable inputs such as common emails may be guessed by hashing candidate values. Hashing is pseudonymization, not guaranteed anonymization.
SHA-256 is a practical default. SHA-1 is retained for compatibility and should not be used where collision resistance matters.
Use the symptom-specific walkthrough before changing a production file.