Generate cryptographic hashes for any input. Supports MD5, SHA-1, SHA-256, SHA-512, and more algorithms.
POST /v1/hash| Name | Type | Required | Description |
|---|---|---|---|
| data | string | Yes | Data to hash |
| algorithm | string | No | Algorithm: md5, sha1, sha256, sha512 (default: sha256) |
curl -X POST "https://api.toolcenter.dev/v1/hash" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"data": "my-secret-data", "algorithm": "sha256"}'
Verify file integrity
Generate content checksums
Create cache keys
Password hashing workflows
500 free API calls per month. No credit card required.
Get Started Free