Skip to main content

Field Encryption

Category: Security Standards: HIPAA · GDPR · PCI-DSS

Encrypt sensitive fields using AES-256-GCM with reversible encryption

What this node does

  • AES-256-GCM encryption
  • Field-level encryption
  • Key rotation support
  • Reversible

How to use

  1. In the Hydra Builder, open or create a workflow
  2. In the node palette on the left, find Field Encryption 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 Field Types to Encrypt port if needed
  8. Connect the Encrypted Data and Encryption Metadata output to the next node downstream

Inputs

PortTypeRequiredDescription
Input DatajsonJSON data object
Field Types to EncryptarrayOptionalA list of items

Outputs

PortTypeDescription
Encrypted DatajsonJSON data object
Encryption MetadatajsonJSON data object

Configuration

Open the configuration dialog by double-clicking the Field Encryption node on the canvas.

ParameterWhat to enter
fieldTypesConfigure fieldTypes in the node settings
encryptionKeyConfigure encryptionKey in the node settings
keyVersionConfigure keyVersion in the node settings
algorithmConfigure algorithm in the node settings

When to use this node

  • Encrypt SSN before storage
  • Protect payment data
  • Secure PHI fields

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.