# Compute SHA-256 checksum of a message (bytes) and return it as a Base64 string-assignStep:assign:-dataBytes:${text.encode("Hello World", "UTF-8")}-algorithmName:"SHA256"# Compute SHA-256 checksum of data in bytes-checksum:${hash.compute_checksum(dataBytes, algorithmName)}-returnStep:# Return checksum encoded to Base64 string: "pZGm1Av0IEBKARczz7exkNYsZb8LzaMrV7J32a2fFG4="return:${base64.encode(checksum)}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-05 UTC."],[],[]]