Md5: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
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.
Note: returns an uppercase string, so make sure you string.upper() anything else you are checking against that has been MD5'd elsewhere.


==Syntax==
==Syntax==

Revision as of 10:59, 9 January 2009