Difference between revisions of "Cryptography.md5"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''<translate>Available since</translate>:''' Gideros 2016.04<br/> | '''<translate>Available since</translate>:''' Gideros 2016.04<br/> | ||
+ | '''<translate>Class</translate>:''' [[Special:MyLanguage/Cryptography|Cryptography]]<br/> | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
<translate>Compute the MD5 hash of the input string</translate> | <translate>Compute the MD5 hash of the input string</translate> |
Revision as of 09:28, 24 August 2018
Available since: Gideros 2016.04
Class: Cryptography
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)