hashData
Generate secure hashes from input data using specified algorithms like MD5, SHA1, SHA256, or SHA512, with output in hex or base64 encoding. Ideal for data integrity and security applications.
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 |