Security & Privacy
Iara Data is built with security and privacy at its core. This page explains how we protect your data and the measures in place.
Data Protection
Encryption
| Layer | Protection |
|---|---|
| In Transit | All communications use TLS 1.3 encryption (HTTPS) |
| At Rest | Data stored in the data warehouse is encrypted using AES-256 |
| API Keys | Hashed with bcrypt — we never store plain-text keys |
| Passwords | Hashed with bcrypt + salt |
Data Isolation
Each tenant's data is completely isolated through:
- Separate database schemas per tenant
- Separate data namespaces
- Row-level security on shared tables
- JWT tokens scoped to tenant ID
No tenant can ever access another tenant's data.