How Hemmelig works and its security model
v7Hemmelig is an encrypted secret sharing platform using a zero-knowledge architecture.
The Workflow:
- Users enter a secret on the web interface or a self-hosted instance.
- Users configure expiration times, view limits, and optional passwords.
- A unique link is generated and shared with the recipient.
- The secret is automatically deleted after it has been viewed or the expiration time is reached.
Security Model: All encryption is performed via client-side AES-256-GCM encryption in the user's browser. The server only stores the encrypted data and never has access to the plaintext secrets or the encryption keys.