Decrypt command: overview
You can use the SPL2 Decrypt command in an Edge Processor or Ingest Processor pipeline to decrypt encrypted data fields before they reach their destination.
The Decrypt command is an SPL2 command that requires a private key, which must be stored in a lookup table. The Decrypt command has four required fields: the field to decrypt, the name of the lookup table that your private key is stored under, the specific lookup field name within your lookup table where your private key is stored, and the name of the field where the decrypted value will be outputted.
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.
In the Ingest Processor solution, see Use the Decrypt command to decrypt data in the Ingest Processor solution in the Use Ingest Processors manual.