hash
Generate cryptographic hashes from strings using algorithms like SHA256, MD5, and SHA512 for data verification and security applications.
Instructions
Hash a string using a specified algorithm. Supported: md5, sha1, sha256, sha384, sha512
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The string to hash | |
| algorithm | No | Hash algorithm | sha256 |