Skip to content

Course assignment for CSS 527: Cryptography. Mimics the RSA key exchange by using threads to represent each host.

License

Notifications You must be signed in to change notification settings

aeparks/RSA-Threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSS 527 : "RSA Threads"

Written as a assignment for CSS 527: Cryptography at the University of Washington | Bothell.

Premise

The purpose of this assignment was to recrated the RSA key exchange between to entities: Alice and Bob. This could be performed using a number of different methods such as a common text file written to the local directory, with two systems across a local network, and so on. My proposed approach -- using threads, one for each actor, to mimic the RSA key exchange between two hosts -- was approved by the course instructor.

About

Course assignment for CSS 527: Cryptography. Mimics the RSA key exchange by using threads to represent each host.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages