Encryption-Api
Encrypt/Decrypt String/File with private Secret-Key Using one of the following Algorithms: - AES : Advanced Encryption Standard - DES : Data Encryption Standard - TripleDES : Triple Data Encryption Standard (3DES) - RC2 - Rijndael Encrypt String (GET API) Encrypt plain-text using input secret-key, crypt-algorithm and cipher-mode. Query Params: plainText : (Required) Plain text which you want to…
Encryption-Api endpoints
| Method | Endpoint | Description |
|---|---|---|
| Cryptor | ||
| GET |
EncryptString /api/Cryptor/encryptstring |
Encrypt plain-text using input secret-key according to selected crypt-algorithm and cipher-mode (optional with CBC as default value). |
| POST |
EncryptString /api/Cryptor/encryptstring |
Encrypt plain-text using input secret-key according to selected crypt-algorithm and cipher-mode (optional with CBC as default value). |
| POST |
EncryptFile /api/Cryptor/encryptfile |
Encrypt plain-file using input secret-key according to selected crypt-algorithm and cipher-mode (optional with CBC as default value). For success (200): return the binary data of… |
| GET |
DecryptString /api/Cryptor/decryptstring |
Decrypt encrypted-text (base64-format) using input secret-key according to selected crypt-algorithm and cipher-mode (optional with CBC as default value). |
| POST |
DecryptString /api/Cryptor/decryptstring |
Decrypt encrypted-text (base64-format) using input secret-key according to selected crypt-algorithm and cipher-mode (optional with CBC as default value). |
| POST |
DecryptFile /api/Cryptor/decryptfile |
Decrypt encrypted-file using input secret-key according to selected crypt-algorithm and cipher-mode (optional with CBC as default value). For success (200): return the binary… |
Encryption-Api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $2 / month | — |
|
| ULTRA | $5 / month | — |
|
| MEGA | $9 / month | — |
|