Security Overview
Enver is designed with a defence-in-depth approach. Each layer independently protects secrets, so a breach of one layer doesn’t compromise your data.Layers
1. Zero-Knowledge encryption
The server stores only ciphertext. See Zero-Knowledge Architecture.2. Token-based authentication
Every API request requires a validenv_live_... token, hashed with SHA-256 before storage. Tokens can expire and are scoped to specific operations.