Toolkit MCP Server

by cyanheads
Verified

hashData

Hash data securely using Node.js crypto module. Choose from algorithms like SHA256, MD5, and specify output encoding with ease.

Instructions

Hash input data using Node.js crypto module

Input Schema

NameRequiredDescriptionDefault
algorithmNoHash algorithm to usesha256
encodingNoOutput encodinghex
inputYesData to hash

Input Schema (JSON Schema)

{ "properties": { "algorithm": { "default": "sha256", "description": "Hash algorithm to use", "enum": [ "md5", "sha1", "sha256", "sha512" ], "type": "string" }, "encoding": { "default": "hex", "description": "Output encoding", "enum": [ "hex", "base64" ], "type": "string" }, "input": { "description": "Data to hash", "type": "string" } }, "required": [ "input" ], "type": "object" }

You must be authenticated.

Other Tools from Toolkit MCP Server

Related Tools

  • @1595901624/crypto-mcp
  • @1595901624/crypto-mcp
  • @1595901624/crypto-mcp
  • @1595901624/crypto-mcp
  • @1595901624/crypto-mcp
ID: wl3y2xyi4u