🔐 Encrypted Secret Sharing
Share a password, API key or confidential note via a one-time encrypted link. Content is AES-256-GCM encrypted and destroyed after reading.
🛡️ How it works
- Your secret is encrypted with AES-256-GCM on the server
- A unique link is generated — only the recipient can view it
- After the allowed number of views, the secret is permanently destroyed
- The secret automatically expires after the chosen duration
- No plain-text content is stored or logged