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

CryptTransformer

The CryptTransformer will perform a Unix crypt operation on the given value using the first two bytes as the salt.

Examples

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