Endpoints
- POST
/v1/hash/api/v1/hashHash text · text - POST
/v1/hash/api/v1/hmacCompute an HMAC · text, secret - POST
/v1/hash/api/v1/verifyVerify text against a hash · text, hash - GET
/v1/hash/api/v1/algorithmsList algorithms & encodings
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"}'