Skip to content

llComputeHash

string llComputeHash(string Message, string Algorithm)

Returns hex-encoded Hash string of Message using digest Algorithm.

Parameters
Message (string)
The message to be hashed.
Algorithm (string)
The digest algorithm: md5, sha1, sha224, sha256, sha384, sha512.

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here