Hi Everyone,
Is there a way to hash a string using SHA256 or other similar algorithms which gives us unique IDs for the strings. Something like:
The output should be storable in a local and be used in .do and .ado programs.
Thanks,
Amit
Is there a way to hash a string using SHA256 or other similar algorithms which gives us unique IDs for the strings. Something like:
Code:
local x = sha256("I want to convert this text to an ID using SHA256")
Thanks,
Amit
Comment