hashData
Generate cryptographic hashes for input data using algorithms like SHA256, MD5, SHA1, or SHA512 with customizable output encoding. Ideal for secure data transformation within the Toolkit MCP Server environment.
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 |