Launched this week
Sub Rosa

Sub Rosa

An e2e secret sharing website with client-side encryption

1 follower

Sub Rosa is a zero-knowledge secret sharer. We physically cannot read your messages. Most tools generate keys on the server. We don't. Your browser encrypts data locally using the Web Crypto API. The key lives in the URL hash (#) and never touches our logs or database. We only store the encrypted blob, which is burned instantly after reading. 100% Open Source. No ads. No trackers. Just privacy.
Sub Rosa gallery image
Sub Rosa gallery image
Sub Rosa gallery image
Sub Rosa gallery image
Free
Launch tags:MessagingPrivacyGitHub
Launch Team
Vy - Cross platform AI agent
Vy - Cross platform AI agent
AI agent that uses your computer, cross platform, no APIs
Promoted

What do you think? …

Max Luchterhand
I built this because I didn't trust other secret sharing services. It encrypts your message in the browser and never sends the key to the backend. The key is included in the fragment of the URL that you share. Messages are destroyed after they are read. The frontend is written in plain JavaScript, you can inspect the source code and see that only the encrypted payload is transmitted to the backend. The source code for all of this is freely available.