https://github.com/nthnn/oniontalk
A secure, end-to-end encrypted chat application designed for deployment on the TOR Network as an onion service with room-based conversations with encrypted messaging, user presence tracking, and typing indicators.
https://github.com/nthnn/oniontalk
chat-app chat-application chat-room chat-server chat-server-application chat-service deep-web deep-web-forum deepweb deepweb-sites go-app go-service
Last synced: 3 months ago
JSON representation
A secure, end-to-end encrypted chat application designed for deployment on the TOR Network as an onion service with room-based conversations with encrypted messaging, user presence tracking, and typing indicators.
- Host: GitHub
- URL: https://github.com/nthnn/oniontalk
- Owner: nthnn
- License: gpl-3.0
- Created: 2025-01-04T23:21:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T20:35:48.000Z (5 months ago)
- Last Synced: 2025-01-27T21:17:59.024Z (5 months ago)
- Topics: chat-app, chat-application, chat-room, chat-server, chat-server-application, chat-service, deep-web, deep-web-forum, deepweb, deepweb-sites, go-app, go-service
- Language: Go
- Homepage: https://nthnn.github.io/oniontalk/
- Size: 458 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧅 OnionTalk

OnionTalk is a secure, end-to-end encrypted chat application designed for deployment on the TOR Network as an onion service. It features room-based conversations with encrypted messaging, user presence tracking, and typing indicators.
## Features
- 🔒 End-to-end encryption using AES-GCM
- 🚪 Private chat rooms with password protection
- 👥 Real-time user presence tracking
- ⌨️ Live typing indicators
- 🛡️ Built for TOR Network deployment
- 🔐 Room-specific encryption keys derived from room name and password
- 🗑️ Automatic room cleanup when inactive
- 📱 Responsive design using Bootstrap
![]()
OnionTalk homepage screenshot.
![]()
OnionTalk messaging page screenshot. (Lyrics from "Aphrodite" by The Ridleys)## Security Features
- Messages are encrypted client-side using AES-GCM encryption
- Room keys are derived using SHA-256 from room name and password
- All user inputs are sanitized to prevent XSS attacks
- Room names are validated to prevent injection attacks
- HTML content is escaped in messages
- WebSocket connections are authenticated## License
```
Copyright (c) 2025 - Nathanne Isip
This file is part of OnionTalk.OnionTalk is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.OnionTalk is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with OnionTalk. If not, see .
```## Disclaimer
Please refer to the legal [disclaimer](DISCLAIMER.md) provided with the application regarding usage terms and developer liability.