Skip to main content

Encryption FAQ

Encryption uses AES-256-GCM with PBKDF2 key derivation. All cryptographic operations happen server-side using Node.js crypto. The encryption key travels to the server per-request but is never stored.