Performs an MD5 hash function
        Agent
                
| Name | Type | Description | 
|---|---|---|
| dataToHash | String or blob | 
    The data to which the hash function will be applied
     | 
Blob — the hashed data (16 bytes)
This method performs an MD5 hash on the input data. Because the returned data is a blob, it is not uncommon to Base64 encode it.
A simple example of MD5 hashing.