CoverChat
A secure chat app where every message you see looks like normal small talk, so anyone scanning your screen — or your messaging platform — sees nothing to flag.
activists, dissidents, and LGBTQ+ individuals in countries where encrypted chats themselves are treated as suspicious
- Two-person end-to-end chat where the wire format is always plausible casual conversation (recipes, weekend plans, weather)
- Recipient app auto-decodes so the receiver sees the real message while a screen-peeker sees innocent text
- Steganographic emergency ping: a special shared phrase in the cover text triggers a silent safety alert to a trusted contact
- Group-chat support where the cover text matches the group's normal tone so observers can't tell who's saying what
The conversation-steganography project hit 506 stars and the creator explicitly cites the risk of encrypted messages alone being flagged — the real product is making safety invisible to casual observers.
GitHub repo nethical6/conversation-steganography hit ~506 stars and trended; journalism on steganography in China for political dissent and the Signal/Houthi case confirm a real (if niche) audience of at-risk users seeking cover traffic.GitHub - nethical6/conversation-steganography ↗Steganography in China: Hiding Political Dissent in Plain Sight ↗
No polished real-time chat app combining LLM cover-text generation with steganographic encoding exists; closest competitor is a Go CLI. Image-based steganography apps (StegoSafe, StegoApp, Steganography: Hidden Message at $19.99) are adjacent but not direct substitutes for live covert chat.StegoSafe - Encrypt. Split. Vanish. ↗Steganography: Hidden Message - App Store ↗
Target users (activists, dissidents, LGBTQ+ people in restrictive regimes) are highly price-sensitive and often in sanctioned economies with poor payment rails; comparable stego apps monetize at $19.99 lifetime, suggesting small ARPU and difficulty converting at-risk users.Pricing - StegoSafe ↗Steganography: Hidden Message - App Store ↗
Regulatory pressure on encrypted chat is increasing (UK Online Safety Act, client-side scanning proposals, E2EE bans in some jurisdictions), which expands the need for plausible-deniability tools rather than eroding it.Steganography: The Invisible Messages in Plain Sight ↗
Core encoding is already demonstrated in the open-source Go project; building a polished cross-platform chat UX on top of an LLM cover-text pipeline (latency, model size on device, sync between two parties, mobile distribution) is moderate work, not trivial.GitHub - nethical6/conversation-steganography ↗