Skip to content

Subha12125/Encrypted-Chat-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Encrypted Chat Application (Python)

A simple but secure end-to-end encrypted chat system built using Python's socket and rsa libraries. This project allows two users to communicate over a network with all messages encrypted using public-key cryptography.


πŸš€ Features

  • πŸ“‘ Real-time chat over TCP
  • πŸ” RSA encryption for secure communication
  • πŸ” Asymmetric key exchange (Public/Private key pair)
  • πŸ’¬ Text-based command-line interface
  • πŸ›‘οΈ Protection against packet sniffing

πŸ› οΈ Technologies Used

  • Python 3.x
  • socket (for networking)
  • rsa (for encryption)
  • threading (for sending & receiving concurrently)

About

A simple but secure end-to-end encrypted chat system built using Python's `socket` and `rsa` libraries. This project allows two users to communicate over a network with all messages encrypted using public-key cryptography.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages