What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

Aes128Transformer

The Aes128Transformer will transform the parent data model by encrypting the data using AES (Rijndael) with the provided Key and Initialization Vector.

Parameters

  • Key — the Secret Key supplied as a HexString

  • IV — the Initialization Vector supplied as a HexString

Examples

<Blob name="TransformMe" value="superdoopersecret" >
        <Transformer class="Aes128">
                <Param name="Key" value="ae1234567890aeaffeda214354647586"/>
                <Param name="IV" value="aeaeaeaeaeaeaeaeaeaeaeaeaeaeaeae"/>
        </Transform>
</Blob>