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.
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:
For the Edge Processor solution, see Use the Decrypt command to decrypt data in the Edge Processor solution in the Use Edge Processors manual.
For the Ingest Processor solution, see Use the Decrypt command to decrypt data in the Ingest Processor solution in the Use Ingest Processors manual.