Zero-Knowledge Architecture
Your secrets are encrypted before they even leave your device. Shenvy uses a zero-knowledge model, meaning we never have access to your plain-text environment variables.
- 1
Local Encryption
Secrets are encrypted end-to-end on your local machine using Age (X25519 key exchange) with ChaCha20-Poly1305 authenticated encryption.
- 2
Secure Transport
Encrypted payloads are sent over TLS 1.3 to our secure API endpoints.
- 3
Isolated Storage
Data is stored in logically isolated Firestore databases with strict IAM policies.