Skip to content

LatrecheYasser/Secure-Python-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure-Python-Chat

Secure Client server chat by RC4 and RSA

This project is a simple example to how make a secure chat app using two methods of ecrypting the messages
in this project i used RC4 and RSA
.

  • RSA is an asymmetric Algorithm, but it gives a very long output.
  • RC4 is a symmetric Algorithm
    i used the two of them her. by using RSA to encrypt RC4 key and send it to the other client. and use that RC4 key for the encryptiong of the messages.

Explanation

this is a diagram that explain how this program works explanation

About

Secure Client server chat by RC4 and RSA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages