Enc—Encrypted content
Encrypted content. In addition to the Tokens used for every event, this event has the following tokens:
Token |
Description |
---|---|
HDR |
Configuration parameters (including the key) of the internal encryption algorithm encrypted via the public key and displayed as base-64 data. |
CNTNT |
Confidential data encrypted via the symmetric key and displayed in base-64. |
TAG |
Encryption key tag, if one was specified. |
PUBK |
Public-key in base-64. |
Both Speech Server and application logs will contain the public key.
The following is a condensed example of an Enc event:
TIME=20100921205607822|CHAN=|EVNT=Enc|HDR=<encryption information> |CNTNT=< encrypted content>|PUBK=<publicKey>