======md5====== Calculate the MD5 hash of a [[PTPScript:Types:String|String]]. \\ **Syntax** * ''[[PTPScript:Types:String|String]] md5( [[PTPScript:Types:String|String]] subject )'' \\ **Parameters** * [[PTPScript:Types:String|String]] ''subject'' - The String to calculate a hash for. \\ **Result** * [[PTPScript:Types:String|String]] - The MD5 hash. Returns the MD5 hash of ''subject''. The hash is a 32-character hexadecimal number.