CryptoSuite
CryptoSuite API is a high-performance cryptographic infrastructure service built for developers, SaaS platforms, and security systems. It delivers 21 hashing algorithms, 4 encoding utilities, full HMAC signature generation, CRC32 checksum, and batch processing through a single unified API. Replace scattered libraries and fragmented services with one scalable, maintainable backend for all your…
CryptoSuite endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Check API status and available algorithms |
| v1 | ||
| POST |
encodeText /v1/encode |
Encode text using base64, base64url, url, or hex encoding. Supports UTF-8 global languages. |
| POST |
batchProcess /v1/batch |
Process up to 100 items in a single request. Supports hash, encode, and decode operations. |
| POST |
computeCrc32 /v1/crc32 |
Compute CRC32 checksum of input text for data integrity verification. |
| POST |
decodeText /v1/decode |
Decode base64, base64url, url, or hex encoded text back to original string. |
| POST |
computeHash /v1/hash |
Compute hash of input text using any of 21 supported algorithms. |
| POST |
computeHmac /v1/hmac |
Compute HMAC signature with any supported hash algorithm. Supports Unicode keys. |
CryptoSuite pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5.99 / month | 20 / second |
|
| ULTRA Recommended | $19.99 / month | 50 / second |
|
| MEGA | $99.99 / month | 100 / second |
|