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

ApacheMd5Crypt

The ApacheMd5Crypt will MD5 Crypt the data using the first two bytes as the salt and prepend the value $apr1$.

Examples

<DataModel name="Ex1">
        <Blob name="TransformMe" value="superdoopersecret">
                <Transformer class="ApacheMd5Crypt" />
        </Blob>
</DataModel>