Aller au contenu principal

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

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find Data Anonymization under the Security category (or use the search bar)
  3. Drag the node onto the canvas
  4. Double-click the node to open its configuration dialog
  5. Fill in the required parameters (see Configuration below)
  6. Connect the Input Data input port from an upstream node
  7. Optionally connect the Method (hash/suppress) port if needed
  8. Connect the Anonymized Data and Anonymization Report output to the next node downstream

Inputs

PortTypeRequiredDescription
Input DatajsonJSON data object
Method (hash/suppress)textOptionalPlain text string

Outputs

PortTypeDescription
Anonymized DatajsonJSON data object
Anonymization ReportjsonJSON data object

Configuration

Open the configuration dialog by double-clicking the Data Anonymization node on the canvas.

ParameterWhat to enter
methodConfigure method in the node settings
hashAlgorithmConfigure hashAlgorithm in the node settings
fieldsToAnonymizeConfigure fieldsToAnonymize in the node settings
preserveStructureConfigure 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.