ScriptCore3.MD5

From Soldat Community Wiki
Revision as of 12:27, 12 September 2016 by Mighty (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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