crypto_hash_data
Hash strings using cryptographic algorithms like SHA256, MD5, or SHA512 to generate secure hex digests for data verification and integrity checks.
Instructions
[crypto] Hash a string using the specified algorithm. Returns the hex digest. Supported: md5, sha1, sha224, sha256, sha384, sha512. Default: sha256.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| algorithm | No |