PUBLIC TOOL · AUTHENTICATION: NONE

SHA-256 Hash

Calculate a deterministic SHA-256 digest for UTF-8 text.

hashsha256integrity

Execute

POST https://casemesh.top/api/tools/sha256/execute
Content-Type: application/json

{"text":"hello"}

Definition

{
  "aliases": [
    "hash text",
    "checksum"
  ],
  "authentication": "none",
  "capabilities": [
    "hash",
    "sha256",
    "integrity"
  ],
  "description": "Calculate a deterministic SHA-256 digest for UTF-8 text.",
  "execute_url": "https://casemesh.top/api/tools/sha256/execute",
  "executor": "casemesh",
  "input_example": {
    "text": "hello"
  },
  "kind": "transform",
  "name": "SHA-256 Hash",
  "tool_id": "sha256",
  "transport": "builtin"
}