Cryptography.md5

From GiderosMobile
Revision as of 08:28, 24 August 2018 by Hgy29 (talk | contribs)

Available since: Gideros 2016.04

Description

Compute the MD5 hash of the input string

(string) = Cryptography.md5(input)

Parameters

input: (string) String whose content is to be hashed

Return values

Returns (string) MD5 hash (a 16 byte string)