CipherVault API - Encryption, Hashing & Cryptography API
CipherVault API is a high-performance, serverless cryptography toolkit designed for developers who need secure encryption and cryptographic operations without managing complex libraries or infrastructure. With a simple REST API, developers can encrypt and decrypt data using AES-256-GCM, generate secure encryption keys and initialization vectors (IVs), create cryptographic hashes, generate HMAC…
CipherVault API - Encryption, Hashing & Cryptography API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
AES-256 Encrypt Text /encrypt/aes |
Encrypt plain text using AES-256 encryption and a secure secret key. |
| POST |
AES-256 Decrypt Text /decrypt/aes |
Decrypt AES-256 encrypted text using the original secret key. |
| GET |
Generate Secure Encryption Key /key/generate |
Generate a cryptographically secure random key for encryption operations. |
| POST |
Generate a SHA-512 hash /hash/sha512 |
Generate a SHA-512 hash using json input. |
| POST |
Generate SHA-256 Hash /hash/sha256 |
Generate a SHA-256 hash using json inputs. |
| POST |
Generate an MD5 hash. /hash/md5 |
Generate an MD5 hash using json input |
| GET |
Generate initialization vector /iv/generate |
Generate a cryptographically secure initialization vector. |
| POST |
Generate a Hash-based Message Authentication Code. /hmac |
Generate a Hash-based Message Authentication Code using specific algorithm Supported Algorithms: sha256, sha512 |
| GET |
API Version Check /version |
API version information. |
CipherVault API - Encryption, Hashing & Cryptography API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $14.99 / month | 60 / minute |
|
| ULTRA Recommended | $39.99 / month | — |
|
| MEGA | $74.99 / month | — |
|