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

TripleDesTransformer

The TripleDesTransformer will produce the bytes from a Triple DES encryption of the value in the parent data model.

Parameters

  • Key - User provided symmetric key used to encrypt the value

  • IV - User provided initialization vector used as the first block for the TripleDES operation

Examples

 <DataModel name="Ex1">
    <String name="TransformMe" value="superdoopersecret">
      <Transformer class="TripleDes">
        <Param name="Key" value="ae1234567890aeaffeda214354647586fefdfaddefeeaf12"/>
        <Param name="IV" value="aeaeaeaeaeaeaeae"/>
      </Transformer>
    </String>
  </DataModel>