Secure LAN Chat
Project information
- Category:
- Summary: A LAN group chat application design developed for security.
- Project URL: https://github.com/nafdev01/secure-lan-chat
Project Description
The Secure Group LAN Chat Application is a PyQt5-based solution designed for secure real-time communication over local area networks. It prioritizes security with features like Two-Factor Authentication (2FA), employing Google Authenticator for additional verification alongside password authentication. Database operations are secured with SSL encryption, while chat messages are protected using AES and RSA encryption algorithms for end-to-end security and key exchange. User actions are logged for auditing purposes, and passwords are stored securely with randomized salt. Additionally, users have control over message storage and deletion, enhancing privacy and data management.