SymmetricEncryptionAlgorithm: "fast" | "balanced" | "secure"

An algorithm used for symmetric encryption.

  • 'fast': ChaCha20-Poly1305 - Modern, fast authenticated encryption, especially efficient on mobile devices.
  • 'balanced': AES-256-CTR - Good balance of speed and security, widely supported, requires separate authentication.
  • 'secure': AES-256-GCM - Maximum security with built-in authenticated encryption, industry standard.