real-time secure chat application from scratch with end-to-end encryption
-
Updated
Oct 19, 2022 - Python
real-time secure chat application from scratch with end-to-end encryption
SCH (Secure chat) - Privacy focused messaging app
A server-client chatroom application uses SSH to communicate securely
Secure Chat Client is a Python-based application designed for encrypted end-to-end messaging. It connects to a secure chat server, exchanges RSA public keys, and ensures secure communication through encrypted messages. Features include a PyQt5 GUI, secure key exchange, and optional SSL/TLS support for enhanced security.
🛡️ Quantum-resistant P2P chat 💬 with 🧱 multi-layered security. Implements ✨ Hybrid X3DH+PQ (ML-KEM & FALCON), ⚙️ Double Ratchet, and 🔑🤝 end-to-end authenticated key exchange for 🎖️ military-grade, 🚀 future-proof communication.
Secure chat application that allows users to communicate over a network using different encryption methods
This repository contains a secure chat application implemented using Python. The application uses RSA encryption for secure message exchange between clients and a server.
CHATT (Compact Helpful Asynchronous Text Transmission) Server. Utilizes asymmetric RSA encryption for private and secure communication.
Add a description, image, and links to the secure-chat topic page so that developers can more easily learn about it.
To associate your repository with the secure-chat topic, visit your repo's landing page and select "manage topics."