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
Name | Required | Description | Default |
---|---|---|---|
algorithm | No | Hash algorithm to use | sha256 |
encoding | No | Output encoding | hex |
input | Yes | Data to hash |