QuickEncrypt
## Overview This API provides endpoints for encrypting and decrypting text using AES encryption in CBC mode. The encryption key must be 16, 24, or 32 bytes long. The encryption and decryption operations are provided as separate endpoints. The data is returned in Base64 encoded format to ensure safe transmission over HTTP. ## Endpoints ### Health Check - **Endpoint**: `/health` - **Method**:…
QuickEncrypt endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
healthCheck /ping |
|
| POST |
encrypt /encrypt |
|
| POST |
decrypt /decrypt |