Endecrypt
Any plain text (use only spaces, numbers, and letters - NO punctuation) can be encrypted and decrypted using this api. This is a simple substitution encryption! So it might be more useful for in game challenges, but not to encrypt actual private data.
Endecrypt endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Encryption /Encryption/texttoencrypt |
This will encrypt any plain text - no punctuation - only spaces are allowed. |
| GET |
Decryption /Decryption/AMCAADMuOr6bA |
Decrypt any previously encrypted text. You will need the ***encrypted text*** and ***it's matching*** decryption key. |
Endecrypt pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| MEGA Recommended | Free | 200 / second |
|