ParryGroup Encryption API
This is an alphanumeric character encryption algorithm built for solutions such as: 1. End-to-End Encryption 2. Text/Character communications systems 3. Sensitive text documentations and information And much more. The algorithm is built to encrypt Alphabets and Numbers, any special keys will be rendered and stored as it is. Since communicating with special characters in itself is a coded format.…
ParryGroup Encryption API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Get encrypted response of alphanumeric characters /enc |
Send a post request containing texts and get a response of encrypted version of alphanumeric characters within the text in JSON |
| POST |
Get decrypted response of alphanumeric characters initially encrypted /dcr |
Send a post request containing encrypted object format of characters initially generated by our Algorithm and get a response of its alphanumeric text (original format) |
ParryGroup Encryption API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3 / month | — |
|
| ULTRA | $10 / month | — |
|
| MEGA | $20 / month | — |
|