local security = require("security")

local hash = security.sha256( 'Some human-readable string' )
local binary_hash = security.from_hex_string( hash )