SendingNetwork
  • OVERVIEW
    • Getting Started
    • FAQs
  • Network Instructional Articles
    • Basics
      • Introducing the Edge, WatchDog, and Guardian Nodes
      • Overview
      • Messaging Solution
      • Privacy Solution
      • Rich Communication Solution
      • Multi-Platform Solution
      • Decentralized Identity
      • Multiple Chat Modes
      • How It Works
      • Token Utility
      • The Team
    • Key Concepts
      • Decentralized Identity
      • Social Graphs
      • Edge Node
  • SDK Documentation
    • Glossary
    • JavaScript client SDK
      • DID
      • User
      • Message
      • Room
      • Contact
      • Social Graph
    • iOS client SDK
      • Push
      • DID
      • User
      • Message
      • Room
      • Contact
    • Android client SDK
      • User
      • Room
    • Java SDK
      • DID
      • Room
      • Message
    • Node.js SDK
      • DID
      • Room
      • Message
    • Unreal SDK
      • DID
      • User
      • Message
      • Room
    • Unity SDK
      • DID
      • Room
      • Message
    • Website chat widget SDK
      • Customization
      • DID
      • User
      • Room
      • Message
      • Other
    • Bot SDKs
      • Golang Bot SDK
        • DID
        • User
        • Room
        • Message
    • Extensible Message Interface
    • Push Notifications
    • Flutter SDK
      • DID
      • User
      • Message
      • Room
    • PHP SDK
      • DID
      • Room
      • User
    • Developer Key
  • Acquisition Kit
    • Social Boost Development Instructions
  • WatchDog Agent
    • WatchDog Agent Guide
    • WatchDog Agent Deployment Tutorial
      • Linux Deployment Tutorial
    • One-Click Deployment
  • Edge Node
    • Edge Node Deployment Tutorial
    • VPS Setup Guide
      • Google Cloud Platform (GCP)
      • Amazon Web Services (AWS)
      • Contabo
    • Check Node Stats with Auto-Reply Bot in SendingMe App
    • Alpha-3 Testnet FAQs
  • delegation node
    • Delegation Node Deployment Tutorial
  • Private Delegation Node
  • Use Cases
    • Wallet-to-Wallet Messaging
    • Dapp Notifications
    • Identity Verification
    • Gamer Acquisition
    • Cross-platform Trading
Powered by GitBook
On this page
  1. Network Instructional Articles
  2. Basics

Privacy Solution

Our innovation lies in creating the a scalable, fully decentralized, end-to-end encrypted messaging protocol, designed to cater to the expansive needs of large groups. We'll explore the technical innovations at our core, compare our methods to traditional encryption techniques, and illustrate the advantages of decentralized over centralized systems.

SendingNetwork shines in the decentralized messaging space, offering unmatched privacy and security through end-to-end (E2E) encryption for all messages, including in large group chats. Our platform is built on an open infrastructure that doesn't compromise on user trust or resilience against censorship and failures, common in more traditional networking approaches.

E2E encryption ensures that only the intended recipients can access the message contents, safeguarding user data from third parties and providing a secure communication channel.

A key component of our secure communication is the Double Ratchet Algorithm, which allows for a dynamic encryption key for each message, making intercepted message decryption incredibly difficult. However, the challenge arises with group chats, where managing individual keys for numerous participants and devices becomes complex.

To address this, we've implemented a system that adjusts the key exchange mechanism based on participant numbers to maintain encryption efficiency without overloading the network. This innovative approach allows for scalable, secure communication even in extensive group chats.

PreviousMessaging SolutionNextRich Communication Solution

Last updated 10 months ago