decrypt command: Overview

The SPL2 decrypt command is used in Edge Processor or Ingest Processor pipelines to decrypt encrypted data fields before the data reaches its destination.

The SPL2 decrypt command is used in Edge Processor or Ingest Processor pipelines to decrypt encrypted data fields before the data reaches its destination.

The decrypt command requires a private key, which must be stored in a lookup table. The decrypt command has four required fields:
  • The name of the field to decrypt.

  • The name of the lookup table that the private key is stored under.

  • The specific lookup field name within your lookup table where the private key is stored.

  • The name of the field to output the decrypted values.

For more information about using the decrypt command: