From 214fa34dc58efcee9a5ba1ead224a229a9e38f54 Mon Sep 17 00:00:00 2001 From: jack <212554440+jackjackbits@users.noreply.github.com> Date: Thu, 10 Jul 2025 17:15:32 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6df7b9c9..db752e00 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > [!WARNING] > Private message and channel features have not received external security review and may contain vulnerabilities. Do not use for sensitive use cases, and do not rely on its security until it has been reviewed. Work in progress. Public local chat (the main feature) has no security concerns. -A secure, decentralized, peer-to-peer messaging app that works over Bluetooth mesh networks. No internet required, no servers, no phone numbers - just pure encrypted communication. +A decentralized peer-to-peer messaging app that works over Bluetooth mesh networks. No internet required, no servers, no phone numbers. It's the side-groupchat. ## License @@ -13,7 +13,7 @@ This project is released into the public domain. See the [LICENSE](LICENSE) file ## Features - **Decentralized Mesh Network**: Automatic peer discovery and multi-hop message relay over Bluetooth LE -- **End-to-End Encryption**: X25519 key exchange + AES-256-GCM for private messages +- **End-to-End Encryption**: X25519 key exchange + AES-256-GCM for private messages and channels - **Channel-Based Chats**: Topic-based group messaging with optional password protection - **Store & Forward**: Messages cached for offline peers and delivered when they reconnect - **Privacy First**: No accounts, no phone numbers, no persistent identifiers