These are the assignments that I did in Networks and Systems Security-1 course at IIITD
-
Updated
Dec 14, 2023 - C++
These are the assignments that I did in Networks and Systems Security-1 course at IIITD
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.
Secure Temporary Chatting App, Disposable and Vanishing Chat Sessions. Simple and Minimalistic User Interface (UI).
It contains a Java-based chat application with end-to-end encryption using RSA. It allows two clients to securely communicate over LAN or Wi-Fi, with the server facilitating connections without accessing the message content. The project showcases socket programming, threading, and cryptography to ensure private communication between users.
Add a description, image, and links to the secure-chat-application topic page so that developers can more easily learn about it.
To associate your repository with the secure-chat-application topic, visit your repo's landing page and select "manage topics."