> For the complete documentation index, see [llms.txt](https://ganjes-organization.gitbook.io/ganjes-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ganjes-organization.gitbook.io/ganjes-white-paper/dapp-v1/security-module/network-security.md).

# Network Security

1. DDoS Protection:
   * Implementation of cloud-based DDoS mitigation services
   * Traffic analysis and filtering at the network edge
2. Secure API Gateways:
   * Rate limiting to prevent API abuse
   * JWT (JSON Web Tokens) session with extra layer of ECDSA calculation
3. Encryption:
   * End-to-end encryption for all data in transit (TLS 1.3)
   * Implementation of Perfect Forward Secrecy (PFS) for session keys
4. Secure WebSocket Connections:
   * WSS (WebSocket Secure) protocol for real-time data communications
   * Message authentication to prevent tampering
