Hash Generator API
The Hash Generator API provides comprehensive cryptographic hashing capabilities. Generate hashes using multiple algorithms, create HMAC signatures, identify hash types, and verify plaintext against known hashes. ## Core Features - **Hash Algorithms**: MD5, SHA-1, SHA-256, SHA-512, RIPEMD-160, Whirlpool - **HMAC Support**: Generate keyed-hash message authentication codes - **Generate All**: Get…
Hash Generator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
getHealth /health |
Returns the health status of the API |
| Info | ||
| GET |
getApiInfo / |
Returns basic information about the API |
| Hash Functions | ||
| POST |
generateRIPEMD /api/hash/ripemd |
Generate RIPEMD-160 cryptographic hash from text input |
| POST |
generateWhirlpool /api/hash/whirlpool |
Generate Whirlpool cryptographic hash from text input |
| POST |
generateMD5 /api/hash/md5 |
Generate MD5 cryptographic hash from text input |
| POST |
generateSHA512 /api/hash/sha512 |
Generate SHA-512 cryptographic hash from text input |
| POST |
generateHMAC /api/hash/hmac |
Generate keyed-hash message authentication code with any supported algorithm |
| POST |
generateSHA256 /api/hash/sha256 |
Generate SHA-256 cryptographic hash from text input |
| POST |
generateSHA1 /api/hash/sha1 |
Generate SHA-1 cryptographic hash from text input |
| Advanced | ||
| POST |
verifyHash /api/hash/verify |
Verify whether a given hash matches the hash of provided plaintext |
| GET |
identifyHash /api/hash/identify |
Identify the likely algorithm used to generate a hash based on its length |
| POST |
generateAllHashes /api/hash/all |
Generate hashes using all supported algorithms in a single request |
Hash Generator API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9 / month | 500 / minute |
|
| ULTRA | $29 / month | 2000 / minute |
|
| MEGA | $99 / month | 5000 / minute |
|