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

SHA1Transformer

The SHA1Transformer will produce a SHA1 hash of the value in the parent data model.

Examples

 <DataModel name="Ex1">
    <String name="TransformMe" value="Password!">
      <Transformer class="Sha1"  />
    </String>
  </DataModel>