Name | Description |
---|
encryptcontent.action | "encrypted" or "decrypted" depending on the processor action |
encryptcontent.algorithm | The algorithm used for the cryptographic operation |
encryptcontent.cipher_text_length | The cipher text length in bytes (including IV, salt, and delimiters if present). Determined from incoming content in decrypt mode; outgoing content in encrypt mode |
encryptcontent.iv | The Initialization Vector in hex encoding (if present) |
encryptcontent.iv_length | The IV length in bytes |
encryptcontent.kdf | The Key Derivation Function used if Password-Based Encryption was enabled. See Admin Guide - Key Derivation Functions |
encryptcontent.kdf_salt | The KDF-specific salt including algorithm and cost parameters (if present). See Admin Guide - Key Derivation Functions |
encryptcontent.kdf_salt_length | The KDF salt length in bytes |
encryptcontent.pbkdf2_iterations | The number of iterations used in PBKDF2 KDF (if present). PBKDF2 does not encode the cost parameter in a custom salt |
encryptcontent.plaintext_length | The plaintext length in bytes. Determined from incoming content in encrypt mode; outgoing content in decrypt mode |
encryptcontent.salt | The raw salt in hex encoding (if present) |
encryptcontent.salt_length | The raw salt length in bytes |
encryptcontent.timestamp | The timestamp at which the cryptographic operation occurred in 'yyyy-MM-dd HH:mm:ss.SSS Z' format |