🔬
DMTP Docs
  • About DMTP
    • The problems DMTP solves
    • About DMTP Token
    • $DMTP Allocation
    • $DMTP Staking
    • Governance
    • DMTP Protocol
    • DMTP Product
  • How-to-use
    • Guidance
      • Linking Wallet
      • Group chats
      • Chat
  • DMTP System
    • Generation of DMTP key pairs
    • Encryption & Decryption
      • Peer to Peer
        • Pattern α : Bob and Alice have already done the initial DMTP setup.
        • Pattern β : Bob hasn't done the initial DMTP setup
      • Public Unlimited
      • Public Limited
      • Private Group
    • Message data storage
    • Cryptographic algorithm
    • Wide-compatibility
  • Builders Guides
    • 📎SDK Quick Start
    • How to get DMTP API Key
Powered by GitBook
On this page
  1. DMTP System

Encryption & Decryption

PreviousGeneration of DMTP key pairsNextPeer to Peer

Last updated 2 years ago

In DMTP, there are four types of chat

  • Peer to Peer (P2P) Normal one-to-one chat

  • Public unlimited The group is open and anyone can join the group

  • Public limited The group is open but only limited people can join

  • Private group The group is private and only invited people can join.

Since the contents that must be guaranteed differ according to the specifications of each chat, DMTP uses a different encryption design for each. Please check each section to see how each chat pattern is encrypted.

Peer to Peer
Public Unlimited
Public Limited
Private Group