All peer-to-peer communication over the network is encrypted. The Server utilizes: RSA4096 to verify authenticity of peers,
AES256-GCM to encrypt data payloads, HMAC-SHA256 to verify integrity & authenticity of payloads, and ML-KEM1024 to establish
shared secrets between peers.
Web App communication to/from the Server is encrypted via HTTPS-TLS1.3, as is standard for the web.