Resource icon

[Open Assets] SHA-256 v1.1

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
Author
Golden
Downloads
449
Views
3,728
Extension type
lua
File size
7.7 KB
MD5 Hash
ee305d13bee89e9d80158b118ac128e5
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Golden

Share this resource

Latest updates

  1. SHA-256 v1.1

    Changelog: Fixed messages 32 bytes or longer producing incorrect hashes. This was due to the...
Back
Top