Skip to content

manusw7/RsaSocketServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

RsaSocketServer


Simple local chat between clients where every message is encrypted and decrypted using RSA

Description

RsaSocketServer is an application where all clients connected to a server could send private or broadcast encrypted messages using RSA

SETUP

  • Start the server
     $ python server.py PORT
  • Run the client script using the same PORT used for the server
     $ python client.py PORT
  • Chat

About

Simple socket chat in python. Every message is encrypted using RSA protocol

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages