ScriptCore3.MD5
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
function MD5(A: string): string A: string to be hashed Result: hashed A
This function will apply md5 hashing to A and return the result.
Further info on md5 function can be found here: Wikipedia MD5