llComputeHash
function ll.ComputeHash(Message: string, Algorithm: string): stringReturns 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.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.ComputeHash().
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: llComputeHash