hashData
Hash input data using specified algorithms (md5, sha1, sha256, sha512) with flexible output encoding (hex, base64) via the MCP server. Ideal for secure data processing.
Instructions
Hash input data using Node.js crypto module
Input Schema
Name | Required | Description | Default |
---|---|---|---|
algorithm | No | Hash algorithm to use | sha256 |
encoding | No | Output encoding | hex |
input | Yes | Data to hash |