Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.42 KB

File metadata and controls

47 lines (33 loc) · 1.42 KB

Project logo

Implementation of RSA Algorithm in Socket Programming Python

Status GitHub Issues GitHub Pull Requests License

How to Run

  1. Clone this repository into your local.
  2. Go to the clone repository folder.
cd ./[your-repo-clone-location]
  1. Open 2 terminal based on clone folder location.
  2. Run server.py in terminal.
py server.py
  1. Run client.py in terminal.
py client.py
  1. Type the message you want in client.py terminal and press enter.
  2. Client will encrypt the message and send it to the server while server will receive encrypted message and decrypt it to server's terminal.
  3. If you want to exit this program, just type "exit01" in client.py terminal and press enter. The program will exit automatically.

Demo