Difference between revisions of "Cryptography.md5"
From GiderosMobile
m |
|||
Line 3: | Line 3: | ||
=== Description === | === Description === | ||
− | + | Computes the MD5 hash of the input string. | |
− | |||
<source lang="lua"> | <source lang="lua"> | ||
(string) = Cryptography.md5(input) | (string) = Cryptography.md5(input) | ||
Line 10: | Line 9: | ||
=== Parameters === | === Parameters === | ||
− | '''input''': (string) | + | '''input''': (string) string whose content is to be hashed<br/> |
=== Return values === | === Return values === |
Revision as of 18:58, 28 February 2023
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)