Skip to content

amoeba11/RSA-algo-ClientServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSA-algo-ClientServer

IMPLEMENTATION OF RSA ALGORITHM IN A CLIENT SERVER MODEL USING C LANGUAGE

  1. Client host gets a text message from user.
  2. Client host gets the public key from Server host.
  3. Client host encodes the message received from user using public key.
  4. Client host sends the encoded message to the Server host.
  5. Server host decodes the message using private key.
  6. Server host displays the encoded message.
  7. Server host finds the original text message and displays it.
  8. Client and Server hosts exit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages