x402node_dev_hash
Compute cryptographic hash of any text input using MD5, SHA-1, SHA-256, SHA-384, or SHA-512. Returns hex digest for integrity checks and content addressing.
Instructions
Cryptographic hash / MD5 / SHA-1 / SHA-256 / SHA-384 / SHA-512 / hex digest / file integrity / checksum / message digest / content fingerprint / password hashing prep / content-addressed storage. Compute hash of any text input using MD5, SHA-1, SHA-256, SHA-384, or SHA-512. Returns hex digest. For AI agents, integrity checks, deduplication, content addressing.
Price: unknown on Base (auto-paid in USDC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algo | No | Hash algorithm: md5 | sha1 | sha256 | sha384 | sha512. Default: sha256 | |
| text | Yes | Input text to hash (required) |