Skip to content

Implementation of RSA algorithm cryptography - Information Security Class - ITS

Notifications You must be signed in to change notification settings

akumadoferudi/RSA-Algorithm-Python-Socket-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of RSA algorithm cryptography - Information Security Class - ITS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages