Field Encryption
Field-level database encryption with a separate AES-256-GCM key per field and row, derived via HKDF-SHA256 from the OS CSPRNG. Protects sensitive columns at rest. Tamper detection alerts.
curl -X POST https://dbshield-api.qntyx.io/configs/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
https://dbshield-api.qntyx.io
| Method | Path | Description |
|---|---|---|
POST | /configs/ | Register a database |
POST | /fields/encrypt | Encrypt a field |
GET | /audit/ | Encryption audit log |
GET | /stats/ | Dashboard statistics |
All endpoints require a bearer token. See Authentication for details.
Manage this product visually at app-db.qntyx.io
Learn more at db.qntyx.io