No description
  • Python 86.1%
  • HTML 13.9%
Find a file
2025-03-08 15:16:23 +01:00
network Add files via upload 2025-03-08 14:59:35 +01:00
security Add files via upload 2025-03-08 14:59:35 +01:00
tor Add files via upload 2025-03-08 14:59:35 +01:00
tor_data Add files via upload 2025-03-08 14:59:35 +01:00
ui Add files via upload 2025-03-08 14:59:35 +01:00
icon.png Add files via upload 2025-03-08 14:59:35 +01:00
index.html Add files via upload 2025-03-08 15:16:23 +01:00
LICENSE Initial commit 2025-03-08 14:54:18 +01:00
mesh_chat.py Add files via upload 2025-03-08 14:59:35 +01:00
README.md Update README.md 2025-03-08 15:13:03 +01:00
test_health.py Add files via upload 2025-03-08 14:59:35 +01:00

SecureWhisper a secure P2P chat application

A secure P2P chat application with advanced mesh networking capabilities, designed for resilient and private communication.

Key Features

  • Mesh Networking Protocol
  • Tor Integration
  • Distributed Hash Table (DHT)
  • Secure Communication Channels
  • Health Monitoring Services

Project Structure

.
├── network/
│   ├── __init__.py
│   ├── mesh.py
│   └── tor_manager.py
├── security/
│   ├── __init__.py
│   ├── crypto.py
│   └── memory.py
├── ui/
│   ├── __init__.py
│   └── chat_window.py
├── mesh_chat.py
├── test_health.py
└── libraries.html

Required Dependencies

# Install using pip
aiohttp
kademlia
pynacl
pysocks
pyspx
zstandard

Running the Application

  1. Install dependencies:
pip install aiohttp kademlia pynacl pysocks pyspx zstandard
  1. Start the application:
python mesh_chat.py
  1. Test health check:
python test_health.py