Golden
local source code mangler
Golden submitted a new resource:
SHA-256 - A working SHA-256 implemention in Lua.
Read more about this resource...
SHA-256 - A working SHA-256 implemention in Lua.
This Lua script implements the SHA-256 cryptographic hash function.
SHA-256 can be used to implement checksums, for example.
Example script:
SHA-256 example:local hash = sha2("") print(hash) --> e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
Read more about this resource...