Skip to content

llMD5String

function ll.MD5String(Text: string, Nonce: number): string

Returns a string of 32 hex characters that is an RSA Data Security Inc., MD5 Message-Digest Algorithm of Text with Nonce used as the salt.

Returns a 32-character hex string. (128-bit in binary.)

Parameters
Text (string)
Nonce (number)

Add example usage here showing SLua/Luau syntax with ll.MD5String().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.