Skip to content

llSHA256String

function ll.SHA256String(text: string): string

Returns a string of 64 hex characters that is the SHA256 security hash of text.

Parameters
text (string)

Add example usage here showing SLua/Luau syntax with ll.SHA256String().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.