Skip to main content

Encryption & PII

Sensitive data is encrypted at rest using AES-256-GCM.

What’s Encrypted

Encryption Implementation

Masking for Display

When showing encrypted data in the UI, we display masks:

Key Management

  • Encryption key stored in Doppler as ENCRYPTION_KEY
  • 256-bit key (64 hex characters)
  • Key rotation requires re-encrypting existing data

File Storage

Secure file handling

Security

Full security guide