ScriptCore3.MD5

From Soldat Community Wiki
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