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: