Developer Resources
Hash
Overview
The Hash class provides basic hashing functionality.
Methods
- Hash.md5
- Calculates an md5 hash value
Hash.md5
- static function Hash.md5(str : String) : String
Returns
A string containing the md5 hash value of the parameter. If an error is encountered, null is returned
Description
Calculates the md5 hash value of the parameter passed to the function and returns it as a string.