Resource icon

[Open Assets] SHA-256 v1.1

This content may be freely modified and/or maintained by anyone.

Golden

local source code mangler
Golden submitted a new 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...
 
struggling to see what this would be used for. Why do you need a checksum for an srb2 mod? doesn't the standard file transfer protocol take care of that ?
 

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top