Md5: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Server client function}} Calculates the MD5 hash of the specified string and returns its hexadecimal representation. ==Syntax== <syntaxhighlight lang="lua">string md5 ( string str )</syntaxhighlight> =...)
 
No edit summary
Line 3: Line 3:


Calculates the MD5 hash of the specified string and returns its hexadecimal representation.
Calculates the MD5 hash of the specified string and returns its hexadecimal representation.
Note: returns an uppercase string, so make sure you string.upper() anything else you are checking against that has been MD5'd elswhere.


==Syntax==
==Syntax==

Revision as of 10:59, 9 January 2009