hash_sha1
Compute SHA-1 hash for legacy compatibility. Returns hex-encoded hash from string input.
Instructions
Compute SHA-1 hash.
Note: SHA-1 is considered cryptographically broken. Use only for legacy compatibility.
Args: data: String to hash.
Returns: Hex-encoded hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |