Skip to content

Commit c3cedb8

Browse files
authored
Merge pull request #7538 from segmentio/DOC-1052
smart hashing
2 parents e53f993 + 06ed9b0 commit c3cedb8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/connections/destinations/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,18 @@ The following destinations support bulk batching:
220220
> info "You must manually configure bulk batches for Actions destinations"
221221
> To support bulk batching for the Actions Webhook destination, you must set `enable-batching: true` and `batch_size: >= 1000`.
222222
223+
### Hashing
224+
Segment automatically hashes personally identifiable information (PII). This simplifies implementation for teams with data privacy requirements and eliminates issues with double-hashing that can result in failed matching at destinations.
225+
226+
Segment supports these 2 types of data for hashing:
227+
* **Plain text data:** When you send plain text values to destinations that require hashed values, Segment automatically normalizes and hashes these values.
228+
* **Pre-hashed data:** If you already hash your data before sending it to Segment, Segment is able to detect that the data is hashed, and will pass your pre-hashed data directly to the destination, avoiding double-hashing.
229+
230+
> info ""
231+
> If you choose to hash data yourself, ensure you follow each destination's specific hashing requirements. Fields that support automatic hashing detection will display a tooltip indicating *"If not hashed, Segment will hash this value."*
232+
233+
For destination-specific hashing requirements, refer to the destination's API documentation.
234+
223235
## IP Allowlisting
224236

225237
IP Allowlisting uses a NAT gateway to route traffic from Segment's servers to your destination through a limited range of IP addresses, which can prevent malicious actors from establishing TCP and UDP connections with your integrations.

0 commit comments

Comments
 (0)