Encryption and Decryption
The API is suitable for applications requiring secure data storage, transmission, or cryptographic protection, making it ideal for password encryption, financial transactions and secure message services. It offers three primary endpoints: 1. /generate-key (GET)- Generates a unique 32-byte encryption key in hexadecimal format. 2. /encrypt (POST)- Accepts plain text and an encryption key. 3.…
Encryption and Decryption endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GET/dynamically creates a secure encryption key /generate-key |
This GET returns a unique 32-byte-encryption key in hexadecimal |
| POST |
POST/Accepts plain text and encryption key, returning an encrypted string /encrypt |
Accepts plain text and encryption key, returning an encrypted string. |
| POST |
POST/this endpoint decrypts an encrypted string back into plain text /decrypt |
Accepts encrypted text and the corresponding encryption key, returning the original plain text. |
Encryption and Decryption pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | Free | — |
|
| PRO | $30 / month | — |
|
| ULTRA | $150 / month | — |
|
| MEGA | $450 / month | — |
|