Security
Data Encryption
How Babelize encrypts your data in transit and at rest.
All data in Babelize is encrypted using industry-standard methods.
Overview
| Data State | Method | Standard |
|---|---|---|
| In transit | TLS 1.3 | Industry best practice |
| At rest | AES-256-GCM | FIPS 140-2 compliant |
| Backups | AES-256 | Same as primary storage |
In Transit
All connections use TLS 1.3 with:
- Perfect forward secrecy
- Strong cipher suites only
- HSTS enforced
- No unencrypted (HTTP) access
At Rest
Database
- Algorithm: AES-256-GCM
- Key management: Cloud provider KMS
- Automatic key rotation
File Storage
- Server-side encryption
- Bucket-level encryption enforced
Key Management
- Keys are managed through cloud provider KMS
- No Babelize employee can access raw keys
- All key usage is logged
Verification
Verify TLS on your connection:
curl -v https://app.babelize.co 2>&1 | grep "SSL connection"
# Output: SSL connection using TLSv1.3Questions
For encryption-related questions: support@babelize.co