
SYNRO
Communication without trust in infrastructure. No identity. No metadata. No traces.
Scroll// Simple explanation
Your Messages, Your Eyes Only
Synro never sees what you write. Here's why — explained without the jargon.
You write a message
Your message is encrypted right on your device before it leaves. Nobody — not even Synro — can read it.
It gets sealed
The message is locked with a unique key that only you and your contact know. Even if someone intercepts it, they see random noise.
Synro delivers it
Our server is just a courier. It carries your sealed envelope from A to B. It cannot open it, read it, or copy it.
Your contact reads it
The message is decrypted only on their device with their copy of the shared key. Then the channel can self-destruct.
The bottom line: Synro is a sealed envelope service. We deliver messages we can't read, between people we don't know, through channels that disappear.
// How it works
Zero-Knowledge Protocol
Chat begins only when both parties share a secret outside the platform. The server acts purely as a relay.
Share Secret
Exchange a secret key outside the platform via QR, link, or passphrase
Derive Keys
Client generates chat_id, auth_key, and ratchet_seed from the shared secret
Encrypted Relay
Messages are E2E encrypted and relayed through zero-knowledge server
Auto-Destroy
Chat self-destructs based on time, message count, or manual trigger
// Key derivation from shared secret
S = random(32 bytes)
chat_id = SHA256(S)
auth_key = HKDF(S, "auth")
ratchet_seed = HKDF(S, "ratchet")
// Double Ratchet — Forward Secrecy + Post-Compromise Security
// Core principles
Built for Privacy
Every design decision optimizes for minimal footprint. No accounts. No contact lists. No stored messages.
No Registration
No phone numbers, no email, no profiles. Open the app and start communicating immediately.
Secret-Based Channels
Chats are created through QR codes, links, or manually entered keys. Only secret holders can connect.
Self-Destructing
Set time limits, message counts, or manual triggers. When conditions are met, the chat is permanently destroyed.
End-to-End Encryption
Double Ratchet Algorithm ensures forward secrecy. Every message encrypted on-device with unique keys.
Zero Knowledge Server
The platform does not know who you are, who you talk to, or what you say. Relay-only architecture.
Future: Node Network
Every user becomes a node. Decentralized mesh connections for infrastructure-independent communication.
// Why Synro
Not Another Messenger
Synro is a communication layer, not a social platform. Compare the fundamentals.
| Feature | Synro | Signal | Telegram |
|---|---|---|---|
| No registration required | ✓ | ✗ | ✗ |
| Secret-based channels | ✓ | ✗ | ✗ |
| Disposable channels | ✓ | ~ | ✗ |
| No contact list | ✓ | ✗ | ✗ |
| Minimal metadata | ✓ | ~ | ✗ |
| Server stores nothing | ✓ | ✗ | ✗ |
// Activate access
Enter Access Key
Purchased a key? Activate it here to unlock premium features. Or start free with Ghost plan.