Getting Started with Data Hasher
Last updated 3 weeks ago
Data Hasher lets you generate secure, one-way hashes of CRM property values directly inside your HubSpot workflows. Use it to anonymize sensitive data, create unique identifiers from multiple fields, detect duplicate records, or verify data integrity - all without writing code or leaving HubSpot.
How It Works
- A HubSpot workflow reaches the Hash Data action for a contact, company, deal, or ticket
- You choose which property to hash, pick an algorithm (SHA-256, SHA-512, MD5, bcrypt, or Argon2id), and optionally combine a second property value
- The app generates a one-way hash and returns it as an output you can use in later workflow steps
- Your workflow branches based on whether the hashing succeeded, and you can copy the result into any CRM property for future reference
Key Capabilities
Multiple Hashing Algorithms
Choose the algorithm that fits your use case:
- SHA-256 - the recommended default for most scenarios: deduplication keys, fingerprinting, data anonymization
- SHA-512 - a longer hash for situations requiring higher collision resistance
- MD5 - available for legacy system compatibility (not recommended for security purposes)
- bcrypt - industry-standard password hashing with built-in salting
- Argon2id - the most secure option for credential storage, resistant to GPU-based attacks
Multi-Field Hashing
Combine two property values into a single hash. For example, hash an email address together with a company domain to create a unique record fingerprint. You choose the separator character used to join the values before hashing.
Flexible Output Formats
For SHA-based and MD5 algorithms, choose between hexadecimal and Base64 output encoding. Hexadecimal is the default and most widely compatible; Base64 produces shorter strings when storage space matters.
Works Across All CRM Object Types
The Hash Data action is available in contact, company, deal, and ticket workflows, so you can hash property values on any standard HubSpot object.
Quick Start
- Install the app in your HubSpot portal (see the Installation Guide)
- Open a HubSpot workflow and add the Hash Data action
- Configure the primary value, algorithm, and output format
- Test by enrolling a record and checking the hashed output
Next Steps
- Installation Guide - connect your portal
- Hash Data Action - learn about configuration options and use cases
- Settings Reference - full settings documentation
Thank you for your feedback!
Your input helps us improve our documentation.
Was this page helpful?
Great! What worked best for you? How can we improve our product?
- Next
- Installation