Cryptography.md5

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2016.04
Class: Cryptography

Description

Computes 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)