Hey folks,
I’ve been working on Chhaya, an open-source project that proves secure, private messaging doesn’t need servers. and also that chat control can't beat math. It’s built entirely in async Rust and powered by libp2p.
- End-to-end encrypted (AES-256-GCM, Double Ratchet, ML-KEM-1024)
- 100% decentralized — no central services or cloud dependencies
- Metadata-resistant: sealed-sender envelopes, cover traffic, zero plaintext on the wire
- Routing using Garlic routing.
If you care about privacy, decentralization, and Rust, check it out and contribute!
nomnomshark41•2h ago
- End-to-end encrypted (AES-256-GCM, Double Ratchet, ML-KEM-1024) - 100% decentralized — no central services or cloud dependencies - Metadata-resistant: sealed-sender envelopes, cover traffic, zero plaintext on the wire - Routing using Garlic routing. If you care about privacy, decentralization, and Rust, check it out and contribute!