Data Anonymization
Category: Security Standards: HIPAA Safe Harbor · GDPR Article 89
Full de-identification using hashing or suppression (irreversible)
What this node does
- SHA-256 hashing
- Field suppression
- Irreversible
- HIPAA Safe Harbor
How to use
- In the Agentic Studio, open or create a workflow
- In the node palette on the left, find Data Anonymization under the Security category (or use the search bar)
- Drag the node onto the canvas
- Double-click the node to open its configuration dialog
- Fill in the required parameters (see Configuration below)
- Connect the Input Data input port from an upstream node
- Optionally connect the Method (hash/suppress) port if needed
- Connect the Anonymized Data and Anonymization Report output to the next node downstream
Inputs
| Port | Type | Required | Description |
|---|---|---|---|
| Input Data | json | ✓ | JSON data object |
| Method (hash/suppress) | text | Optional | Plain text string |
Outputs
| Port | Type | Description |
|---|---|---|
| Anonymized Data | json | JSON data object |
| Anonymization Report | json | JSON data object |
Configuration
Open the configuration dialog by double-clicking the Data Anonymization node on the canvas.
| Parameter | What to enter |
|---|---|
method | Configure method in the node settings |
hashAlgorithm | Configure hashAlgorithm in the node settings |
fieldsToAnonymize | Configure fieldsToAnonymize in the node settings |
preserveStructure | Configure preserveStructure in the node settings |
When to use this node
- De-identify for research
- Anonymize for analytics
- HIPAA Safe Harbor compliance
Need help configuring this node?
Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.