Shhh
Self-HostedSecure, self-destructing secret sharing for privacy-focused teams and individuals
Overview
Shhh is a self-hosted tool for securely sharing sensitive information like passwords, API keys, or private notes. It generates one-time links that auto-destruct after being read, ensuring no permanent storage of your data. With end-to-end encryption, no logs, and lightweight Docker deployment, Shhh puts you in control of your secrets. It’s open-source (MIT license), customizable via environment variables, and ideal for avoiding proprietary secret-sharing services. Deploy it on your own server to keep sensitive communication off third-party platforms.
Key Features
- One-time self-destructing secret links
- End-to-end encryption for data security
- Docker-powered deployment for easy self-hosting
Frequently Asked Questions
? Is Shhh hard to install?
Shhh is easy to deploy using Docker Compose. Clone the repo, configure optional environment variables (like SMTP for email notifications), and run the compose command. No complex dependencies, making it accessible for users with basic Docker experience.
? Is it a good alternative to OneTimeSecret?
Yes—Shhh offers core one-time secret features but is self-hosted, so you own your data. It has no ads or paid tiers, and prioritizes privacy with encryption and no logs, making it a better choice for users avoiding proprietary tools.
? Is it completely free?
Shhh is 100% free and open-source under the MIT License. There are no hidden costs—you just need a server (or local machine) to run it on, with no subscription fees or premium features locked behind paywalls.
Top Alternatives
Tool Info
Pros
- ⊕ Privacy-focused (no permanent logs or storage)
- ⊕ Free and open-source (no subscription fees)
- ⊕ Lightweight (minimal server resource requirements)
Cons
- ⊖ Web-only (no native mobile app)
- ⊖ Limited to secret sharing (not general communication)
- ⊖ Requires basic Docker/server setup knowledge