llMD5String
function ll.MD5String(Text: string, Nonce: number): stringReturns 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)
Examples
Section titled “Examples”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.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llMD5String