BabelizeBabelize
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 StateMethodStandard
In transitTLS 1.3Industry best practice
At restAES-256-GCMFIPS 140-2 compliant
BackupsAES-256Same 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.3

Questions

For encryption-related questions: support@babelize.co

On this page