A
APIShed
/hash_digest
hash digest
Computes a hash digest of input (decoded per encoding: "text" default, "base64", or "hex") using algo: md5, sha1, sha256, sha512, or crc32. Returns the digest a
liveverifiedunknown~5s typical
mcpprobedapished
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-apished-apished /hash_digest for me.
Input
| Field | Type | Description |
|---|---|---|
| algo* | string | md5, sha1, sha256, sha512, or crc32 |
| input* | string | data to hash, encoded per encoding |
| encoding | string | text (default), base64, or hex |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-apished-apished","endpoint":"/hash_digest","input":{"algo":"...","input":"..."}}'cli
npx cracked-ai run -p mcp-com-apished-apished -e /hash_digest -i '{"algo":"...","input":"..."}'mcp
run_tool({ provider: "mcp-com-apished-apished", endpoint: "/hash_digest", input: {"algo":"...","input":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.