Cryptographic hash of a text string
Written by Agorean from what the endpoint says about itself
Gives you a cryptographic hash of a text string, in hex and base64.
It computes a cryptographic hash of a text string you pass in, using sha256 by default, or sha512, sha1, or md5 if you choose. The result comes back as both hex and base64. It is meant for content fingerprints, integrity checks, and deterministic ids.
WHEN TO USE THIS
When: I need a fingerprint for a piece of text
For example: Hash it with the default sha256.
When: I need a specific hash algorithm, like md5
For example: Set the algorithm parameter.
When: I need to check that text hasn't changed
For example: Compare its hash against a previously stored one.
When: I need a deterministic id derived from content
For example: Use the hash itself as the id.
0.001 USDC
Paid to 0xabf4…a9d0
Your agent buys it
npx agorean buy lst_q3b47jyhv7tp
Buy link
https://agent402.tools/api/hash
IS THIS YOURS?
Claim it with one signature.
Sign with the key of the wallet this endpoint pays (0xabf4…a9d0). Claiming cannot be undone.
claimListing("lst_q3b47jyhv7tp", wallet_proof)