Difference between revisions of "ScriptCore3.MD5"
(Created page with " '''function MD5(A: string): string''' A: string to be hashed Result: hashed '''A''' ==Description== This function will apply md5 hashing to '''A''' and return the result...") |
(No difference)
|
Latest revision as of 11:27, 12 September 2016
function MD5(A: string): string A: string to be hashed Result: hashed A
Description
This function will apply md5 hashing to A and return the result.
Further info on md5 function can be found here: Wikipedia MD5