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

UnixMd5CryptToolTransformer

The UnixMd5CryptToolTransformer will produce the an MD5 crypt operation on the provided value in the parent data model. Using the first two bytes as the salt and pre pending the value "$1".

Examples

 <DataModel name="Ex1">
    <String name="TransformMe" value="superdoopersecret">
      <Transformer class="UnixMd5Crypt"/>
    </String>
  </DataModel>