Hash & Checksum API

MD5/SHA/bcrypt hashing, HMAC and hash verification.

Get your free key → Full API docs

Endpoints

Example

curl -X POST "https://api.sprytools.com/v1/hash/api/v1/hash" \
  -H "x-api-key: YOUR_KEY" -H "content-type: application/json" \
  -d '{"text":"hello world","algorithm":"sha256"}'

← All APIs