Decrypt
Synopsis
Decrypts encrypted string values using AES encryption with a specified key and initialization vector.
Schema
- decrypt:
algorithm: <ident>
encryption_key: <string>
field: <ident>
iv_field: <ident>
description: <text>
if: <script>
ignore_failure: <boolean>
ignore_missing: <boolean>
on_failure: <processor[]>
on_success: <processor[]>
tag: <string>
with_compression: <boolean>