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