Skip to content

llMD5String

string llMD5String(string Text, integer Nonce)

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 (integer)

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here