MeshCore Security Architecture
Deep-dive into MeshCore encryption: AES-256-CTR channel traffic, ECDH key exchange for direct messages, channel key derivation, and practical security properties of public vs private channels.
MeshCore Encryption Overview
This page summarizes MeshCore's encryption as verified from the official source code. The key fac...
Understanding ECDH Key Exchange in MeshCore
Elliptic Curve Diffie-Hellman (ECDH) is the cryptographic mechanism MeshCore uses to establish a ...
Channel Security and Private Networks
MeshCore's channel system organizes mesh traffic into communities of interest. Understanding what...