llMD5String

From Second Life Wiki
Revision as of 12:14, 22 February 2007 by Gigs Taggart (talk | contribs)
Jump to navigation Jump to search

Summary

Function: string llMD5String( string src, integer nonce );

Performs a RSA Data Security, Inc. MD5 Message-Digest Algorithm on string with nonce. Returns a 32 character hex string.

Nonce is added to the string after a colon (stringcontents:nonce). This is important to know if you are calculating a hash in another language and wish to compare with one calculated in LSL.
Returns a string

• string src
• integer nonce

Examples

Deep Notes

Search JIRA for related Issues

Signature

function string llMD5String( string src, integer nonce );