Encryption Decryption API - 50+ Algorithms
Professional Crypto Encryption API with 50+ supported algorithms. Features AES-256-GCM authenticated encryption, RSA asymmetric encryption, ChaCha20 stream cipher, and SHA3 hashing. Perfect for developers needing secure data encryption, password hashing, digital signatures, and cryptographic operations. 🔐 **Supported Algorithms:** - **Symmetric**: AES-256-GCM, AES-256-CBC, ChaCha20, Blowfish,…
Encryption Decryption API - 50+ Algorithms endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
docs /docs |
Complete Documentation Get this documentation in JSON format. |
| GET |
algorithms /algorithms |
List Algorithms Get complete list of supported algorithms. |
| GET |
health /health |
API Status Check API health and server status. |
| POST |
verify /verify |
Verify Digital Signature Verify signature with public key. |
| POST |
hash /hash |
Generate Hash Create cryptographic hashes of data. |
| POST |
generate-key /generate-key |
Generate Encryption Keys Generate symmetric or asymmetric keys for encryption. |
| POST |
sign /sign |
Create Digital Signature Sign data with private key. |
| POST |
base64_encode /base64_encode |
Base 64 encode |
| POST |
base64_decode /base64_decode |
Base 64 decode |
| POST |
decrypt-simple /decrypt-simple |
Simple Decryption Decrypt data from simple mode. Automatically extracts IV from package. |
| POST |
encrypt-simple /encrypt-simple |
Simple Encryption Automatic IV handling - perfect for beginners. IV is included in the response package. |
| POST |
decrypt /decrypt |
Decrypt data from advanced encryption mode |
| POST |
encrypt /encrypt |
Encryption.Full control over IV and authentication tags. Required for GCM algorithms. |
Encryption Decryption API - 50+ Algorithms pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2 / month | 1 / second |
|
| ULTRA | $9 / month | 2 / second |
|
| MEGA | $40 / month | 3 / second |
|