Caesar Cipher
The Caesar cipher is based on an alphabet shift. This API uses the number 3 as its shift. Also, it is one of the most basic encryption methods.
Caesar Cipher endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Encrypt /encrypt/{unencryptedText} |
Encrypts given text by using Ceasar's cipher. |
| GET |
Decrypt /decrypt/{encryptedText} |
Decrypts given text using Ceasar's cipher. |
Caesar Cipher pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2.5 / month | — |
|
| ULTRA | $5 / month | — |
|